Expand description
Stores the globally tracked IDs.
This is a low-level implementation.
Prefer using IdArgs
with track
and import
for a more simple and stable API.
The actual storage.
The key is the ID path to the scope X::Scope
,
and the value is a list of the IDs in that scope.
The actual storage.
The key is the ID path to the scope X::Scope
,
and the value is a list of the IDs in that scope.
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.