pub trait MaybePersons { }
Expand description

Trait implemented by both NoPersons and all implementors of Persons, to allow loading person ids only if needed.

Implementors§