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

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

Associated Types

Loading content...

Implementors

impl ErrorRenderer for DefaultError[src]

Loading content...