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

Required Methods

Implementations on Foreign Types

Implementors