Macro impl_datatype

Source
macro_rules! impl_datatype {
    ($this:ty) => { ... };
    ($this:ty where $generic:ident : $sat:ident) => { ... };
}
Expand description

Implements the required traits for creating a datatype.