pub trait CloneableProxyInterface: Send + Sync { // Required method fn clone(&self, request: ServerEnd<CloneableMarker>) -> Result<(), Error>; }