[][src]Trait flatdata::RefMut

pub trait RefMut: Debug { }

A mutable type in flatdata used for writing data.

Each struct reference in generated code has a corresponding type with suffix Mut which implements this trait.

Implementors

Loading content...