pub trait SvcStashProxyInterface: Send + Sync { // Required method fn store( &self, svc_endpoint: ServerEnd<DirectoryMarker>, ) -> Result<(), Error>; }