Trait ruva::TCommandService
source · pub trait TCommandService<R, E>: Send + Syncwhere
R: ApplicationResponse,
E: ApplicationError,{
// Required method
fn execute(self) -> impl Future<Output = Result<R, E>> + Send;
}Expand description
Interface for messagebus to work on
Required Methods§
Object Safety§
This trait is not object safe.