[][src]Trait ipfs_embed_core::StoreParams

pub trait StoreParams: 'static + Clone + Send + Sync + Unpin + Debug {
    type Hashes: MultihashDigest;
    type Codecs: Codec;

    pub const MAX_BLOCK_SIZE: usize;
}

The store parameters.

Associated Types

type Hashes: MultihashDigest[src]

The multihash type of the store.

type Codecs: Codec[src]

The codec type of the store.

Loading content...

Associated Constants

pub const MAX_BLOCK_SIZE: usize[src]

The maximum block size supported by the store.

Loading content...

Implementations on Foreign Types

impl StoreParams for DefaultParams[src]

type Codecs = IpldCodec

type Hashes = Code

Loading content...

Implementors

Loading content...