Trait mcaptcha::pages::errors::Errorable[][src]

pub trait Errorable: TemplateOnce {
    fn get_error_resp<E: ResponseError>(self, e: E) -> HttpResponse;
}

Required methods

fn get_error_resp<E: ResponseError>(self, e: E) -> HttpResponse[src]

Loading content...

Implementors

impl Errorable for IndexPage[src]

Loading content...