usecrate::*;/// Trait for types that can be converted into an event attribute value.
////// Allows event handlers and optional handlers to be used as attribute values.
pubtraitIntoEventAttribute{/// Converts this value into an `AttributeValue`, or an empty text if None.
fninto_event_attribute(self)-> AttributeValue;}