Type Definition security_framework::base::Result
[−]
[src]
type Result<T> = Result<T, Error>;
A Result
type commonly returned by functions.
type Result<T> = Result<T, Error>;
A Result
type commonly returned by functions.