☰
Result
In qoi
?
Type Definition
qoi
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Alias for
Result
with the error type of
Error
.