Skip to main content
NotFound
tuwunel_
core
1.6.2
NotFound
Required Methods
is_not_found
Implementors
In tuwunel_
core::
utils::
result
tuwunel_core
::
utils
::
result
Trait
NotFound
Copy item path
Source
pub trait NotFound<T> { // Required method fn
is_not_found
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_not_found
(&self) ->
bool
Implementors
§
Source
§
impl<T>
NotFound
<T> for
Result
<T,
Error
>