IntoResponseResult

Trait IntoResponseResult 

Source
pub trait IntoResponseResult {
    type Err: From<ApiResponseError> + Error + Debug;
}

Required Associated Types§

Implementors§