Function channel_identity_normalizer
pub fn channel_identity_normalizer(
channel_type: &str,
) -> Option<fn(&str) -> String>Expand description
Resolve the identity normalizer for a pairing-capable channel type, or
None for a type with no operator-bind surface. None is the closed-set
gate: only telegram / wechat / line can be bound this way.