Module ldap3::result

source ·
Expand description

Operation result structures and helpers.

Most LDAP operations return an LdapResult. This module contains its definition, as well as that of a number of wrapper structs and helper methods, which adapt LDAP result and error handling to be a closer match to Rust conventions.

Structs

  • Wrapper for the result of a Compare operation.
  • Wrapper for the result of an Extended operation.
  • Common components of an LDAP operation result.
  • Wrapper for results of a Search operation which returns all entries at once.

Enums

  • Error variants recognized by the library.

Type Definitions

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