pub fn parse_scope(src: &str) -> Result<Scope, ScopeParserError>Expand description
parse an ldap3::Scope from the string one would specify to use the same scope with OpenLDAP’s ldapsearch -s parameter
§Errors
fails if the scope is not one of the expected values