pub trait HtmlContentAxiosExt: Sized {
    // Required methods
    fn into_html(self) -> Html<Self>;
    fn into_response(self) -> Response;
}

Required Methods§

source

fn into_html(self) -> Html<Self>

source

fn into_response(self) -> Response

Implementors§