with_post

Function with_post 

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