1#[macro_use] mod imports; use imports::*; 2 3x!{sync_impl} 4x!{threadinterrupt} 5x!{thread} 6x!{scoped_raw_mutex} 7 8pub struct RemovePointer<T> {p: std::marker::PhantomData<T>} 9pub struct RemoveReference<T> {p: std::marker::PhantomData<T>}