Skip to main content

Connector

Trait Connector 

Source
pub trait Connector {
    // Required method
    async fn start(&self) -> Result<()>;
}

Required Methods§

Source

async fn start(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§