logo

Type Definition argon2::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Result with argon2’s Error type.