Trait orca::data::Thing [] [src]

pub trait Thing {
    fn from_value(data: &Value) -> Result<Self, RedditError>
    where
        Self: Sized
;
fn get_json(&self) -> &Value; }

Required Methods

Implementors