[][src]Module ldap3::result

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

CompareResult

Wrapper for the result of a Compare operation.

ExopResult

Wrapper for the result of an Extended operation.

LdapResult

Common components of an LDAP operation result.

SearchResult

Wrapper for results of a Search operation which returns all entries at once.

Enums

LdapError

Error variants recognized by the library.

Type Definitions

Result

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