DirectWriter

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl<T: DirectWriter> DirectWriter for &mut T

Implementors§