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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§