[][src]Trait loco_protocol::secure::SecureCommandRead

pub trait SecureCommandRead {
    pub fn read_secure_command(
        &mut self,
        crypto: &impl LocoCrypto
    ) -> Result<SecureCommand, Error>; }

Required methods

pub fn read_secure_command(
    &mut self,
    crypto: &impl LocoCrypto
) -> Result<SecureCommand, Error>
[src]

Loading content...

Implementors

impl<T: SecureDataRead + SecureHeaderRead> SecureCommandRead for T[src]

Loading content...