Struct rkv::Manager[][src]

pub struct Manager { /* fields omitted */ }

Methods

impl Manager
[src]

Return the open store at path, returning None if it has not already been opened.

Return the open store at path, or create it by calling f.

Return the open store at path with capacity capacity, or create it by calling f.

Auto Trait Implementations

impl Send for Manager

impl Sync for Manager