Trait MaybeContents

Source
pub trait MaybeContents { }
Expand description

Trait implemented by both NoContents and all implementors of Contents, to allow loading content properties only if needed.

Implementors§