Trait autd3_driver::link::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>>

Object Safety§

This trait is not object safe.

Implementors§