Trait flatk::IntoView[][src]

pub trait IntoView {
    type View;
    fn into_view(self) -> Self::View;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors