☰
Result
Result
In pot
Modules
de
format
reader
ser
Structs
Config
Enums
Error
Value
Functions
from_reader
from_slice
to_vec
to_writer
Type Definitions
Result
?
Type Definition
pot
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A result alias that returns
Error
.