Macro enso_shapely::newtype_prim_no_default[][src]

macro_rules! newtype_prim_no_default {
    ($( $(#$meta:tt)* $name:ident($type:ty); )*) => { ... };
}
Expand description

The same as newtype_prim but does not generate Default derive clause.