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