sdf
sdf
::
Result
[
−
]
[src]
type Result<T> =
Result
<T,
Error
>;
Our custom result type.