Enum hypercore::Store[][src]

pub enum Store {
    Tree,
    Data,
    Bitfield,
    Signatures,
    Keypair,
}

The types of stores that can be created.

Variants

Tree

Data

Bitfield

Signatures

Keypair

Trait Implementations

impl Debug for Store
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Store

impl Sync for Store