sui_storage::object_store::http

Trait HttpDownloaderBuilder

Source
pub trait HttpDownloaderBuilder {
    // Required method
    fn make_http(&self) -> Result<Arc<dyn ObjectStoreGetExt>>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl HttpDownloaderBuilder for ObjectStoreConfig

Implementors§