Skip to main content

Connection

Trait Connection 

Source
pub trait Connection:
    Sync
    + Send
    + 'static { }
Expand description

Marker trait for VoltDB connections.

Implemented by both synchronous Node and async AsyncNode connections.

Implementors§