Trait flatk::Viewed[][src]

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.

Implementations on Foreign Types

Implementors