1 2 3 4 5 6 7 8
/* appellation: impl_id_deprecated <module> authors: @FL03 */ use crate::id::Id; #[doc(hidden)] impl<T> Id<T> {}