with_get_post_ipatch

Function with_get_post_ipatch 

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