pub trait Connection: Connection { }
Expand description
Connection trait implemented by supported engines
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl Connection for Any
impl Connection for Db
impl Connection for surrealdb::engine::remote::http::Client
Available on crate feature
protocol-http
only.impl Connection for surrealdb::engine::remote::ws::Client
Available on crate feature
protocol-ws
only.