unwrapError
Function parameters
Parameters
- _:anyerror
Functions in this namespace
Functions
Source
Implementation
pub fn unwrapError(_: anyerror) noreturn {
@branchHint(.cold);
@trap();
}Function parameters
Functions in this namespace
Source
pub fn unwrapError(_: anyerror) noreturn {
@branchHint(.cold);
@trap();
}