pub trait MemoryMonitorProxyInterface: Send + Sync {
    // Required method
    fn get_snapshot(&self, snapshot: Socket) -> Result<(), Error>;
}

Required Methods§

source

fn get_snapshot(&self, snapshot: Socket) -> Result<(), Error>

Implementors§