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

Convert a JSON value to an instance of this type.

Implementors