with_post_put

Function with_post_put 

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