[][src]Function jsonrpc_quic::jsonrpc_send

pub fn jsonrpc_send<T>(
    endpoint: &str,
    method: &str,
    params: Value,
    cert_base_path: Option<&str>,
    timeout: Option<u64>
) -> Result<T, Error> where
    T: DeserializeOwned