logo

Type Definition aes_kw::Result

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

Result type with the aes-kw crate’s Error.