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