Function argdata::int

source ·
pub fn int<T>(value: T) -> Int<T>where
    T: Copy,
    IntValue<'static>: From<T>,
Expand description

Create an argdata value representing an integer (of fixed width, e.g. i32).