pub type CustomRLStrategy<LC> = Arc<dyn RLStrategy<LC>>;Available on crate feature
rl only.Expand description
A reference to an implementation of RLStrategy.
Aliased Typeยง
pub struct CustomRLStrategy<LC> { /* private fields */ }pub type CustomRLStrategy<LC> = Arc<dyn RLStrategy<LC>>;rl only.A reference to an implementation of RLStrategy.
pub struct CustomRLStrategy<LC> { /* private fields */ }