[][src]Trait loco_protocol::secure::SecureCommandWrite

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

Required methods

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

Loading content...

Implementors

impl<T: Write + WriteCommand> SecureCommandWrite for T[src]

Loading content...