Function rpc_it::transport::util::read_all

source ·
pub async fn read_all(
    this: &mut dyn AsyncFrameRead,
    buf: &mut [u8]
) -> Result<usize>