Type Definition ockam_core::Result[][src]

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

The type returned by Ockam functions.