pub trait MaybeContents { }Expand description
Trait implemented by both NoContents and all implementors of Contents,
to allow loading content properties only if needed.
pub trait MaybeContents { }Trait implemented by both NoContents and all implementors of Contents,
to allow loading content properties only if needed.