Trait kaspa_database::prelude::DirectWriter
source · pub trait DirectWriter: DbWriter { }Expand description
A trait which is intentionally not implemented for the batch writer. Aimed for compile-time safety of operations which do not support batch writing semantics
Object Safety§
This trait is not object safe.