Skip to main content

copy_from_bytes

Function copy_from_bytes 

Source
pub fn copy_from_bytes<T>(t: &T) -> T
Expand description

Copies a value that implements FromBytes, by simply copying its byte representation.