pub fn from_binary<T: UaDecode>(bytes: &[u8]) -> Result<T, DecodeError>
Convenience: decode a UaDecode value from a byte slice.
UaDecode