Trait btmgmt_packet_helper::pack::Unpack[][src]

pub trait Unpack: Sized {
    fn unpack<R>(read: &mut R) -> Result<Self>
    where
        R: Read
; }

Required methods

Implementations on Foreign Types

Implementors