pub trait EventTopic { // Required method fn to_topic(&self) -> [u8; 32]; }
Trait for types that can be converted to event topics.
Converts this value to a 32-byte topic.