pub async fn read_pathinfo<R: AsyncReadExt + Unpin>( r: &mut R, proto: Proto, ) -> Result<PathInfo>
Read a PathInfo structure from the stream.