pub trait Part { }
Expand description

Identifies types which are only used as part of other types, which usually are carrying the Resource trait.

Implementors§