Trait requests::ToJson [] [src]

pub trait ToJson {
    type ResultType;
    fn json(&self) -> Self::ResultType;
}

Associated Types

Required Methods

Implementors