mirror of
https://github.com/Noratrieb/accursed-unutterable-type-id.git
synced 2026-01-14 08:35:02 +01:00
unutterable things
This commit is contained in:
parent
e5366a21ee
commit
61d843f9b3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pub unsafe trait AccursedUnutterablyTypeIdentified: 'static {
|
|||
fn type_id() -> AccursedUnutterableTypeId;
|
||||
}
|
||||
|
||||
/// A unique type id for a type. A fancier (less fancy) [`std::any::TypeId]`] without any
|
||||
/// A unique type id for a type. A fancier (less fancy) [`std::any::TypeId`] without any
|
||||
/// internal compiler magic!
|
||||
///
|
||||
/// It can easily be derived for your type. The derive is the only way to implement this trait.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue