Skip to main content

AttributeTypeAndValue

Type Alias AttributeTypeAndValue 

Source
pub type AttributeTypeAndValue<'a> = (&'a str, &'a str);
Expand description

LDAP Attribute Type and Value

Note that the attribute descriptor cannot contain escape characters, so we always return the slice. The value may have escapes, though.