pub trait Viewed { }Expand description
A marker trait to indicate a viewed collection type. Note that collections
can be partially viewed, but only completely viewed collections are marked
by Viewed.
pub trait Viewed { }A marker trait to indicate a viewed collection type. Note that collections
can be partially viewed, but only completely viewed collections are marked
by Viewed.