pub trait ServerTaskAction {
// Required method
fn get_action<'a>(&'a self) -> RpcAction<'a>;
}Expand description
Get RpcAction from a enum task, or a sub-type that fits multiple RpcActions
pub trait ServerTaskAction {
// Required method
fn get_action<'a>(&'a self) -> RpcAction<'a>;
}Get RpcAction from a enum task, or a sub-type that fits multiple RpcActions