Type Definition sequoia_openpgp_ffi::Maybe[][src]

pub type Maybe<T> = Option<NonNull<T>>;
Expand description

Indicates that a pointer may be NULL.