Type Definition security_framework::base::Result[][src]

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

A Result type commonly returned by functions.