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