pub trait HandleStreamingMismatches {
    fn handle_streaming_mismatches(
        &mut self,
        _streaming_revision: i32,
        _current_synth_streaming_revision: i32
    ) { ... } }

Provided methods

Implementors