pub trait DelegateProducer: DelegateObserverwhere Self::Base: Producer,{ }
Trait used for delegating consumer methods.