1
Fork 0

intra-doc link

This commit is contained in:
Boxy 2025-04-03 23:10:20 +01:00
parent c274459b63
commit acf678bd4c

View file

@ -9,7 +9,7 @@ pub(super) struct SetValZST;
/// Returns `true` only for type `SetValZST`, `false` for all other types (blanket implementation).
/// `TypeId` requires a `'static` lifetime, use of this trait avoids that restriction.
///
/// [`TypeId`]: std::any::TypeId
/// [`TypeId`]: core::any::TypeId
pub(super) trait IsSetVal {
fn is_set_val() -> bool;
}