Skip to main content

connect_byte

Function connect_byte 

Source
async fn connect_byte<B>(
    config: &ClientConfig,
    codec: B,
) -> Result<FramedConn<B>>
where B: JsonRpcCodec,