Macro share::shareable[][src]

macro_rules! shareable {
    ($t:ty) => { ... };
    ($t:ty: Copy) => { ... };
}