Trait swh_graph::properties::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.