Skip to main content

RobonixSystemSceneUpdateObjectLabel

Trait RobonixSystemSceneUpdateObjectLabel 

Source
pub trait RobonixSystemSceneUpdateObjectLabel:
    Send
    + Sync
    + 'static {
    // Required method
    fn update_object_label<'life0, 'async_trait>(
        &'life0 self,
        request: Request<UpdateObjectLabelRequest>,
    ) -> Pin<Box<dyn Future<Output = Result<Response<UpdateObjectLabelResponse>, Status>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}
Expand description

Generated trait containing gRPC methods that should be implemented for use with RobonixSystemSceneUpdateObjectLabelServer.

Required Methods§

Source

fn update_object_label<'life0, 'async_trait>( &'life0 self, request: Request<UpdateObjectLabelRequest>, ) -> Pin<Box<dyn Future<Output = Result<Response<UpdateObjectLabelResponse>, Status>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§