Crate io_self

Source

Re-exports§

pub use positional::PositionAware;

Modules§

grammar
helper
positional

Traits§

ReadIntoSelf
At times it may be desirable to be able to reuse existing memory without needing to copy Self. This variant works similarly to ReadSelf, but reads into an existing instance of Self.
ReadSelf
WriteSelf