Exldap v0.6.1 Exldap.SearchResult View Source

Link to this section Summary

Functions

Converts a :eldap_search_result record into a Eldap.SearchResult

Converts a Eldap.SearchResult struct to a :eldap_search_result record

Link to this section Types

Link to this type t() View Source
t() :: %Exldap.SearchResult{entries: term(), referrals: term()}

Link to this section Functions

Link to this function from_record(eldap_search_result) View Source

Converts a :eldap_search_result record into a Eldap.SearchResult.

Link to this function to_record(search_result) View Source

Converts a Eldap.SearchResult struct to a :eldap_search_result record.