pub trait Emit<T>: Sealed { // Required method fn emit(self) -> Option<T>; }
Extension trait for the emit method.
emit
Method syntax for emit.