use Borrow;
use crateHandle;
/// Indicate whether an object has been inserted
///
/// Intended to be used as a type parameter bound for structs that need to track
/// whether their contents have been inserted or not.
/// Indicate that an object has been inserted
///
/// See [`IsInserted`].
;
/// Indicate that an object has not been inserted
///
/// See [`IsInserted`].
;