Type Alias kern::http::server::ErrorHandler

source ·
pub type ErrorHandler<S> = fn(_: Error, _: Arc<RwLock<S>>) -> Vec<u8>;
Expand description

ErrorHandler function