Function argdata::encoded[][src]

pub fn encoded<'d>(encoded: &'d [u8]) -> EncodedArgdata<'d, NoConvert>

Create an argdata value directly from an encoded argdata buffer.

The data is not converted. It will be decoded on demand.