ErrorOf

Type Alias ErrorOf 

Source
pub type ErrorOf<F, C> = <F as Function<C>>::Error;
Expand description

Alias for the error type associated with a function.