pub trait HsCircPoolConfig { }
Available on crate feature
hs-common
only.Expand description
Configuration for an HsCircPool
.
If the HsCircPool
gains new configurabilities, this trait will gain additional
supertraits, as an API break.
Prefer to use TorClientConfig
, which will always implement this trait.