[][src]Type Definition ldap3::result::Result

type Result<T> = Result<T, LdapError>;

Type alias for the standard Result with the fixed LdapError error part.