Type Definition pam_client::ExtResult[][src]

type ExtResult<T, P> = Result<T, ErrorWith<P>>;

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