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

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

A Result type commonly returned by functions.