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

Required Methods§

Implementors§