Trait uindex::kbase::DBGen[][src]

pub trait DBGen<'a> {
    type Output: DataBase<'a>;
    fn gen_db() -> Self::Output;
}

Associated Types

Required methods

fn gen_db() -> Self::Output[src]

Implementors