Trait SearchEntryExt

Source
pub trait SearchEntryExt {
    // Required method
    fn attribute_results(
        &self,
        attribute_name: &str,
    ) -> LdapAttributeResultValues;
}
Expand description

adds a method to ldap3::SearchEntry to extract the LdapResultValue for a given attribute

Required Methods§

Source

fn attribute_results(&self, attribute_name: &str) -> LdapAttributeResultValues

extracts the results for a given attribute

Implementations on Foreign Types§

Source§

impl SearchEntryExt for SearchEntry

Implementors§