security-framework 0.1.3

Security Framework bindings
1
2
3
4
5
6
7
8
9
10
//! Access control functionality.

use security_framework_sys::base::SecAccessRef;
use security_framework_sys::access::SecAccessGetTypeID;
use std::mem;

make_wrapper! {
    /// A type representing access control settings.
    struct SecAccess, SecAccessRef, SecAccessGetTypeID
}