pub trait Connection: Sync + Send + 'static { }
Marker trait for VoltDB connections.
Implemented by both synchronous Node and async AsyncNode connections.
Node
AsyncNode