Skip to main content

Module async_api

Module async_api 

Source
Available on crate feature async only.
Expand description

Executor-agnostic async wrappers for callback-based Security.framework APIs.

Enabled with the async Cargo feature.

§Wrapped APIs

Structs§

AsyncAuthorization
Borrowed async wrapper for AuthorizationRef rights requests.
AsyncTrust
Borrowed async wrapper for SecTrustRef evaluation.
AuthorizationRightsFuture
Future returned by AsyncAuthorization::copy_rights.
TrustEvaluateFuture
Future returned by AsyncTrust::evaluate.