Trait ntex::web::error::ErrorRenderer[][src]

pub trait ErrorRenderer: Sized + 'static {
    type Container: ErrorContainer;
}

Associated Types

Implementors