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

type Result<T, E = Error> = Result<T, E>;

A Result type commonly returned by functions.