Macro sinto_clone

Source
macro_rules! sinto_clone {
    ($t:ty) => { ... };
    ($t:ty, $($rest:tt)*) => { ... };
    () => { ... };
}