Type Alias CustomRLStrategy
pub type CustomRLStrategy<LC> = Arc<dyn RLStrategy<LC>>;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>>;A reference to an implementation of RLStrategy.
pub struct CustomRLStrategy<LC> { /* private fields */ }