with_post_put_fetch

Function with_post_put_fetch 

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