Trait IsSubject

Source
pub trait IsSubject { }
Expand description

Trait to tag a type as a subject

Types tagged with this trait need to implement the underlying internal conversion types as well. The internal implementations take care of that for the subjects that are part of this API.

Implementors§