trait FromWootheeResult {
    fn from_woothee_result(wresult: &WootheeResult<'_>) -> Self;
}
Expand description

Extracts information from a WootheeResult.

Required Methods

Extracts information from a WootheeResult.

Implementations on Foreign Types

Implementors