Trait authorize::Authorize [] [src]

pub trait Authorize<T: Role> {
    fn set_role(&mut self, role: Option<T>) -> Option<T>;
}

Implementor should be authorized.

Required Methods

Implementors