Type Definition pam_client::ExtResult

source · []
pub type ExtResult<T, P> = Result<T, ErrorWith<P>>;
Expand description

Type alias for the result of PAM methods that pass back a consumed struct on error.