[][src]Function lieweb::response::html

pub fn html<T>(body: T) -> Html<T> where
    Body: From<T>,
    T: Send