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