[][src]Trait sector_base::api::sector_store::SectorStore

pub trait SectorStore: Sync + Send {
    fn sector_config(&self) -> &dyn SectorConfig;
fn proofs_config(&self) -> &dyn ProofsConfig;
fn manager(&self) -> &dyn SectorManager; }

Required methods

fn sector_config(&self) -> &dyn SectorConfig

fn proofs_config(&self) -> &dyn ProofsConfig

fn manager(&self) -> &dyn SectorManager

Loading content...

Implementors

impl SectorStore for ConcreteSectorStore[src]

Loading content...