pub const CLUSTER: Cluster<'static>;Expand description
Cluster metadata exposed by BindingHandler.
Exposed as a free constant so callers can spell out
EpClMatcher::new(Some(ep), Some(binding::CLUSTER.id)) without
reaching for the lifetime-parameterised handler type.