Function argdata::encoded

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

Create an argdata value directly from an encoded argdata buffer.

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