pub fn move_some<T: Serialize>(value: T) -> Vec<u8> ⓘ
Helper to create an Option::Some argument for Move.
Option::Some
let maybe_value = move_some(42u64);