Skip to main content

AsEvent

Trait AsEvent 

Source
pub trait AsEvent: Sealed {
    // Required method
    fn as_event(&mut self) -> FixEvent<'_>;
}
Expand description

This trait is sealed and not meant to be implemented outside of the current crate.

Required Methods§

Source

fn as_event(&mut self) -> FixEvent<'_>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§