☰
Error
Aliased type
Trait Implementations
Deref
In cookie_store
?
Type Alias
cookie_store
::
Error
source
·
[
−
]
pub type Error =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
§
struct Error(/* private fields */);
Trait Implementations
§
1.0.0
·
source
§
impl<T, A>
Deref
for
Box
<T, A>
where A:
Allocator
, T: ?
Sized
,
§
type
Target
= T
The resulting type after dereferencing.
source
§
fn
deref
(&self) ->
&T
Dereferences the value.