Trait rstml_component_axum::HtmlContentAxiosExt

source ·
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

Object Safety§

This trait is not object safe.

Implementors§