Function radius_rust::tools::integer64_to_bytes
source · pub fn integer64_to_bytes(integer: u64) -> Vec<u8>
Expand description
Converts u64 into vector of bytes
Should be used for any Attribute of type integer64 to ensure value is encoded correctly