Trait ldap3::exop::ExopParser [] [src]

pub trait ExopParser {
    fn parse(val: &[u8]) -> Self;
}

Conversion trait for Extended response values.

Required Methods

Convert the raw BER value into an exop-specific struct.

Implementors