fidl_fuchsia_ui_gfx

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>

Implementors§