Trait rustiful::IntoJson [] [src]

pub trait IntoJson<T, F, S> {
    fn into_json<'a>(self, params: &'a JsonApiParams<F, S>) -> T;
}

Converts Self into T. See the implementations to see what the conversions are intended for.

Required Methods

Implementors