pub trait LibraryLoaderCacheProxyInterface: Send + Sync { // Required method fn serve(&self, loader: ServerEnd<LoaderMarker>) -> Result<(), Error>; }