Trait MaybeStrings

Source
pub trait MaybeStrings { }
Expand description

Trait implemented by both NoStrings and all implementors of Strings, to allow loading string properties only if needed.

Implementors§