with_post_put_delete_fetch_ipatch

Function with_post_put_delete_fetch_ipatch 

Source
pub fn with_post_put_delete_fetch_ipatch<T>(
    renderable: T,
) -> impl TypeRenderable<PostIn = T::PostIn, PostOut = T::PostOut, Put = T::Put, FetchIn = T::FetchIn, FetchOut = T::FetchOut, IPatch = T::IPatch, Get = ()>