Trait wire_rs::WireReadable

source ·
pub trait WireReadable: Sized {
    fn from_wire<const E: bool>(
        curs: &mut WireCursor<'_>
    ) -> Result<Self, WireError>; }

Required Methods

Implementations on Foreign Types

Implementors