pub trait Tag: Debug + Clone { }
Expand description

A marker trait to signal tags for permissions.

Implementors