rusteron_media_driver

Trait AeronDriverTerminationValidatorFuncCallback

Source
pub trait AeronDriverTerminationValidatorFuncCallback {
    // Required method
    fn handle_aeron_driver_termination_validator_func(
        &mut self,
        buffer: &mut [u8],
    ) -> bool;
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Implementors§