Type Definition custodian_password::error::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

Result for this crate.