[][src]Trait ipfs::repo::RepoTypes

pub trait RepoTypes: Send + Sync + 'static {
    type TBlockStore: BlockStore;
    type TDataStore: DataStore;
}

Associated Types

Loading content...

Implementors

Loading content...