pub trait Event {
    fn to_generic(&mut self) -> &FillEvent;
}

Required Methods

Implementations on Foreign Types

Implementors