Skip to main content

from_binary

Function from_binary 

Source
pub fn from_binary<T: UaDecode>(bytes: &[u8]) -> Result<T, DecodeError>
Expand description

Convenience: decode a UaDecode value from a byte slice.