[][src]Type Definition iso7816_tlv::simple::Value

type Value = Vec<u8>;

Value for SIMPLE-TLV data as defined in [ISO7816].

The value field consists of N consecutive bytes. N may be zero. In this case there is no value field.

In this case Value is an empty vector