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