Skip to main content

CoreRepositoryClient

Trait CoreRepositoryClient 

Source
pub trait CoreRepositoryClient:
    ClientContext
    + CreatePublication
    + DownloadNamedPublicFile
    + ListResourceFiles
    + ReadPublicResource
    + SearchPublicResources
    + UpdatePublication { }
Expand description

Bundle for the capability set shared by all three current uploader clients.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§