CustomRLStrategy

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 */ }