Trait PayloadAttributesBuilder
pub trait PayloadAttributesBuilder<Attributes>:
Send
+ Sync
+ 'static {
// Required method
fn build(&self, timestamp: u64) -> Attributes;
}
Expand description
A builder that can return the current payload attribute.