Type Alias RLPolicyRecord
pub type RLPolicyRecord<RLC> = <<<RLC as RLComponentsTypes>::Policy as Policy<<RLC as RLComponentsTypes>::Backend>>::PolicyState as PolicyState<<RLC as RLComponentsTypes>::Backend>>::Record;Expand description
The record of the policy.