Type Definition Result
Other items insecurity_framework::base
type Result<T, E = Error> = Result<T, E>;
A Result type commonly returned by functions.
Result