Trait flatk::ViewMut[][src]

pub trait ViewMut<'a> {
    type Type: Viewed;
    fn view_mut(&'a mut self) -> Self::Type;
}
Expand description

A trait defining a collection that can be accessed via a mutable (unique) view.

Associated Types

Required methods

Implementations on Foreign Types

Blanket implementation of ViewMut for all mutable borrows.

Implementors