pub trait ViewProxyInterface: Send + Sync { // Required method fn present(&self, view_token: ViewToken) -> Result<(), Error>; }