Type Definition ldap3::result::Result

source ·
pub type Result<T> = Result<T, LdapError>;
Expand description

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