Skip to main content
SealUseMapBuilder
tor_
config
0.41.0
Seal
UseMap
Builder
Implementations on Foreign Types
BTreeMap<String, T>
HashMap<String, T>
Implementors
In tor_
config::
derive::
seal
tor_config
::
derive
::
seal
Trait
Seal
UseMap
Builder
Copy item path
Source
pub trait SealUseMapBuilder { }
Expand description
Used to seal ShouldUseMapBuilder
Implementations on Foreign Types
§
Source
§
impl<T>
SealUseMapBuilder
for
BTreeMap
<
String
, T>
where T:
Buildable
,
Source
§
impl<T>
SealUseMapBuilder
for
HashMap
<
String
, T>
where T:
Buildable
,
Implementors
§