[][src]Trait ipfs_embed_core::StoreParams

pub trait StoreParams: 'static + Clone + Send + Sync + Unpin where
    <Self::Hashes as MultihashCode>::AllocSize == UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, 
{ type Hashes: MultihashCode; type Codecs: Codec; const MAX_BLOCK_SIZE: usize; }

The store parameters.

Associated Types

type Hashes: MultihashCode

The multihash type of the store.

type Codecs: Codec

The codec type of the store.

Loading content...

Associated Constants

const MAX_BLOCK_SIZE: usize

The maximum block size supported by the store.

Loading content...

Implementations on Foreign Types

impl StoreParams for DefaultParams[src]

Loading content...

Implementors

Loading content...