Skip to main content
SealShouldNotBeUsed
tor_
config
0.41.0
Seal
Should
NotBe
Used
Implementations on Foreign Types
BTreeMap<K, Duration>
BTreeSet<Duration>
HashMap<K, Duration>
HashSet<Duration>
Option<Duration>
Option<Option<Duration>>
Vec<Duration>
Implementors
In tor_
config::
derive::
seal
tor_config
::
derive
::
seal
Trait
Seal
Should
NotBe
Used
Copy item path
Source
pub trait SealShouldNotBeUsed { }
Expand description
Used to seal ShouldNotBeUsed
Implementations on Foreign Types
§
Source
§
impl
SealShouldNotBeUsed
for
Option
<
Option
<
Duration
>>
Source
§
impl
SealShouldNotBeUsed
for
Option
<
Duration
>
Source
§
impl
SealShouldNotBeUsed
for
BTreeSet
<
Duration
>
Source
§
impl
SealShouldNotBeUsed
for
Vec
<
Duration
>
Source
§
impl
SealShouldNotBeUsed
for
HashSet
<
Duration
>
Source
§
impl<K>
SealShouldNotBeUsed
for
BTreeMap
<K,
Duration
>
Source
§
impl<K>
SealShouldNotBeUsed
for
HashMap
<K,
Duration
>
Implementors
§