Type Definition bonsaidb::local::argon2::Result

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

Result with argon2’s Error type.