☰
Result
In security_framework::base
?
Type Definition
security_framework
::
base
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
A
Result
type commonly returned by functions.