Skip to main content
SealUseListBuilder
tor_
config
0.41.0
Seal
UseList
Builder
Implementations on Foreign Types
BTreeSet<T>
HashSet<T>
Vec<T>
Implementors
In tor_
config::
derive::
seal
tor_config
::
derive
::
seal
Trait
Seal
UseList
Builder
Copy item path
Source
pub trait SealUseListBuilder { }
Expand description
Used to seal ShouldUseListBuilder.
Implementations on Foreign Types
§
Source
§
impl<T>
SealUseListBuilder
for
BTreeSet
<T>
Source
§
impl<T>
SealUseListBuilder
for
Vec
<T>
Source
§
impl<T>
SealUseListBuilder
for
HashSet
<T>
Implementors
§