pub struct LogEmitter;Expand description
Logs events via tracing. Used by CLI.
Trait Implementations§
Source§impl TradingEventEmitter for LogEmitter
impl TradingEventEmitter for LogEmitter
fn emit(&self, event: TradingEvent)
Auto Trait Implementations§
impl Freeze for LogEmitter
impl RefUnwindSafe for LogEmitter
impl Send for LogEmitter
impl Sync for LogEmitter
impl Unpin for LogEmitter
impl UnsafeUnpin for LogEmitter
impl UnwindSafe for LogEmitter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more