Function cdrs::types::try_to_n_bytes [] [src]

pub fn try_to_n_bytes(int: u64, n: usize) -> Result<Vec<u8>>

Tries to converts u64 numerical value into array of n bytes.