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