Function tetsy_local_store::create[][src]

pub fn create<T: NodeInfo>(
    db: Arc<dyn KeyValueDB>,
    col: u32,
    node: T
) -> LocalDataStore<T>

Create a new local data store, given a database, a column to write to, and a node. Attempts to read data out of the store, and move it into the node.