autd3_driver::link

Trait LinkBuilder

source
pub trait LinkBuilder {
    type L: Link;

    // Required method
    fn open(
        self,
        geometry: &Geometry,
    ) -> impl Future<Output = Result<Self::L, AUTDInternalError>>;
}

Required Associated Types§

Required Methods§

source

fn open( self, geometry: &Geometry, ) -> impl Future<Output = Result<Self::L, AUTDInternalError>>

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§