pub type AttributeValue = OctetString;
Expand description
An encoded attribute value. T
he attribute value is encoded according to the LDAP-specific encoding definition of its corresponding syntax. The LDAP-specific encoding definitions for different syntaxes and attribute types may be found in other documents and in particular [RFC 4517].
Aliased Typeยง
pub struct AttributeValue(/* private fields */);