[][src]Trait uni_components::AsResponse

pub trait AsResponse: 'static + DeserializeOwned + Serialize + Send + Sync {
    pub fn to_response(self) -> Response;
}

The trait to convert to Response

Required methods

pub fn to_response(self) -> Response[src]

Loading content...

Implementors

Loading content...