ToHateoasResponse

Trait ToHateoasResponse 

Source
pub trait ToHateoasResponse<T> {
    // Required method
    fn to_hateoas_response(self) -> T;
}

Required Methods§

Implementors§