Skip to main content

RobonixServiceMapResetMap

Trait RobonixServiceMapResetMap 

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

Required Methods§

Source

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

Implementors§