Trait ldap3::controls::ControlParser [] [src]

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

Conversion trait for response controls.

Required Methods

Convert the raw BER value into a control-specific struct.

Implementors