Trait mbedtls::cipher::Operation

source ·
pub trait Operation: Sized {
    fn is_encrypt() -> bool;
}

Required Methods

Implementors