fidl_fuchsia_memory_heapdump_process

Trait SnapshotSinkV1ProxyInterface

Source
pub trait SnapshotSinkV1ProxyInterface: Send + Sync {
    // Required method
    fn store_named_snapshot(
        &self,
        snapshot_name: &str,
        allocations_vmo_snapshot: Vmo,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn store_named_snapshot( &self, snapshot_name: &str, allocations_vmo_snapshot: Vmo, ) -> Result<(), Error>

Implementors§