Trait merino_web::extractors::FromWootheeResult
source · [−]trait FromWootheeResult {
fn from_woothee_result(wresult: &WootheeResult<'_>) -> Self;
}
Expand description
Extracts information from a WootheeResult
.
Required Methods
fn from_woothee_result(wresult: &WootheeResult<'_>) -> Self
fn from_woothee_result(wresult: &WootheeResult<'_>) -> Self
Extracts information from a WootheeResult
.