pub trait ColumnType: Send + Copy + Sync + 'static { }

Object Safety§

This trait is not object safe.

Implementors§