Trait rustiful::ToJson [] [src]

pub trait ToJson {
    type Attrs: Clone + Serialize;
    fn id(&self) -> String;
    fn type_name(&self) -> String;
}

Associated Types

Required Methods

Implementors