Type Definition hexcrypt::error::HexCryptResult

source ·
pub type HexCryptResult<T> = Result<T, HexCryptError>;
Expand description

Alias for a Result that uses the HexCryptError enum as the error type.