Type Definition aead::Result[][src]

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

Result type alias with Error.