Trait authorize::Role [] [src]

pub trait Role { }

Marker trait of role. Implement it for your struct or enum to represent roles in your services.

Implementors