[][src]Trait rosrust::ServicePair

pub trait ServicePair: Clone + Debug + Default + PartialEq + Message {
    type Request: RosMsg + Send + 'static;
    type Response: RosMsg + Send + 'static;
}

Associated Types

type Request: RosMsg + Send + 'static

type Response: RosMsg + Send + 'static

Loading content...

Implementors

Loading content...