intra-doc link
This commit is contained in:
parent
c274459b63
commit
acf678bd4c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue