[][src]Function safe_core::client::req

pub async fn req<'_, '_>(
    cm: &'_ mut ConnectionManager,
    request: Request,
    full_id_new: &'_ SafeKey
) -> Result<Response, CoreError>

Send a request and wait for a response. This function is blocking.