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.

Implementations on Foreign Types§

source§

impl<T: DirectWriter> DirectWriter for &mut T

Implementors§