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