pub fn apply_classification<C, V>(value: V) -> Vwhere
C: RedactionPolicy,
V: Classifiable,Expand description
Applies a classification policy to a classifiable value.
This is a convenience wrapper used by redacted display implementations.
pub fn apply_classification<C, V>(value: V) -> Vwhere
C: RedactionPolicy,
V: Classifiable,Applies a classification policy to a classifiable value.
This is a convenience wrapper used by redacted display implementations.