pub struct AeronFlowControlStrategyErrorFuncLogger;
Trait Implementations§
source§impl AeronFlowControlStrategyErrorFuncCallback for AeronFlowControlStrategyErrorFuncLogger
impl AeronFlowControlStrategyErrorFuncCallback for AeronFlowControlStrategyErrorFuncLogger
fn handle_aeron_flow_control_strategy_on_error_func( &mut self, _error: &[u8], _recv_addr: SockaddrStorage, _now_ns: i64, )
Auto Trait Implementations§
impl Freeze for AeronFlowControlStrategyErrorFuncLogger
impl RefUnwindSafe for AeronFlowControlStrategyErrorFuncLogger
impl Send for AeronFlowControlStrategyErrorFuncLogger
impl Sync for AeronFlowControlStrategyErrorFuncLogger
impl Unpin for AeronFlowControlStrategyErrorFuncLogger
impl UnwindSafe for AeronFlowControlStrategyErrorFuncLogger
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