pub trait ToPrefixes {
    fn to_prefixes<T>(&self, txn: &MutTxn<'_, T>, branch: &Branch) -> Prefixes;
}

Required Methods§

Implementations on Foreign Types§

Implementors§