Trait ethcore_util::from_json::FromJson
[−]
[src]
pub trait FromJson { fn from_json(json: &Json) -> Self; }
Trait allowing conversion from a JSON value.
Required Methods
Implementors
impl FromJson for U256