[][src]Trait tokio_simplified::ErrorHandler

pub trait ErrorHandler<ErrorType>: FnMut(ErrorType) + Send + 'static { }

Implementors

impl<T, ErrorType> ErrorHandler<ErrorType> for T where
    T: FnMut(ErrorType) + Send + 'static, 
[src]

Loading content...