pub trait SQLMessage: Debug + Send + Sync { }
Expand description

A supertrait to abstract frontend and backend SQL Messages.

Implementors