Enum iron_csrf::error::CsrfConfigError [] [src]

pub enum CsrfConfigError {
    InvalidTtl,
    NoProtectedMethods,
    Unspecified,
}

Variants