pub fn from_buf_with_tag_unbox<B, T>(buf: &mut B, tag: u8) -> JceResult<T> where
    B: Buf + LowerHex,
    T: JceGet
Expand description

Unbox a JceStruct and get the given tag value