Function json_rpc2::futures::handle[][src]

pub async fn handle<'a>(
    services: &'a Vec<&'a Box<dyn Service>>,
    request: &mut Request
) -> Result<Response>

Call async services in order and return the first response message.

See handle for more information.