Type Definition paxakos::executor::ErrorOf

source · []
pub type ErrorOf<E> = <E as Executor>::Error;
Expand description

Shorthand to extract Error type out of E.