☰
Res
In alloc_data::err
?
Type Definition
alloc_data
::
err
::
Res
source
·
[
−
]
pub type Res<T> =
Result
<T,
Error
>;
Expand description
Convenient wrapper around
std::Result
.