macro_rules! make_element {
    (
        ty $type:ident $precision:expr,
        convert $convert:expr,
        random $random:expr

    ) => { ... };
}
Expand description

Macro to implement the element trait for a type.