Skip to main content

SnapshotCallbackDeprecatedProxyInterface

Trait SnapshotCallbackDeprecatedProxyInterface 

Source
pub trait SnapshotCallbackDeprecatedProxyInterface: Send + Sync {
    // Required method
    fn on_data(&self, data: Buffer) -> Result<(), Error>;
}

Required Methods§

Source

fn on_data(&self, data: Buffer) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§