pub trait AsyncDrive: Clone + Send + 'static { }
Expand description

A helper trait to simplify generic type declaration

Implementors