pub fn decode_with_constraints<T: Decode>(
constraints: Constraints<'_>,
input: &[u8],
) -> Result<T, DecodeError>
Expand description
Attempts to decode T
from input
using APER-BASIC.
pub fn decode_with_constraints<T: Decode>(
constraints: Constraints<'_>,
input: &[u8],
) -> Result<T, DecodeError>
Attempts to decode T
from input
using APER-BASIC.