Skip to main content

RobonixServiceNavigationSetSpeedLimit

Trait RobonixServiceNavigationSetSpeedLimit 

Source
pub trait RobonixServiceNavigationSetSpeedLimit:
    Send
    + Sync
    + 'static {
    // Required method
    fn set_navigation_speed_limit<'life0, 'async_trait>(
        &'life0 self,
        request: Request<SetNavigationSpeedLimitRequest>,
    ) -> Pin<Box<dyn Future<Output = Result<Response<SetNavigationSpeedLimitResponse>, 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 RobonixServiceNavigationSetSpeedLimitServer.

Required Methods§

Source

fn set_navigation_speed_limit<'life0, 'async_trait>( &'life0 self, request: Request<SetNavigationSpeedLimitRequest>, ) -> Pin<Box<dyn Future<Output = Result<Response<SetNavigationSpeedLimitResponse>, 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§