An unsafe marker trait for types like Box and Rc that dereference to a
stable address even when moved, and hence can be used with libraries
such as owning_ref and rental.
This package contains library source intended for building other packages which
use the "stable_deref_trait" crate.