Function create

Source
pub async fn create<const B: usize, R>(
    url: &str,
    csprng: &R,
) -> Result<ReachClient, WebSocketError>
where R: CryptoRngCore + Clone + Send + 'static,