Struct indradb::MemoryDatastore [] [src]

pub struct MemoryDatastore(_);

An in-memory-only datastore.

Methods

impl MemoryDatastore
[src]

[src]

Creates a new in-memory datastore.

Trait Implementations

impl Debug for MemoryDatastore
[src]

[src]

Formats the value using the given formatter.

impl Datastore<MemoryTransaction> for MemoryDatastore
[src]

[src]

Creates a new transaction.