pub trait IsPtr { // Required method fn is_ptr(&self) -> bool; }
Checks if given type is some kind of pointer.