Trait graph_core::http::ResponseConverterExt
source · pub trait ResponseConverterExt {
// Required method
fn into_http_response<T: DeserializeOwned>(
self
) -> AuthExecutionResult<Response<Result<T, ErrorMessage>>>;
}
Required Methods§
fn into_http_response<T: DeserializeOwned>( self ) -> AuthExecutionResult<Response<Result<T, ErrorMessage>>>
Object Safety§
This trait is not object safe.