[][src]Trait loco_protocol::secure::SecureHeaderRead

pub trait SecureHeaderRead {
    pub fn read_secure_header(&mut self) -> Result<SecureHeader, Error>;
}

Required methods

Loading content...

Implementors

impl<T: Read> SecureHeaderRead for T[src]

Loading content...