Add link in docs

This commit is contained in:
Tobias Bucher 2023-02-28 14:33:07 +01:00
parent f102b3792b
commit 8c2c2bd2b6
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ generic_foreign_type_and_impl_send_sync! {
/// A public or private key.
pub struct PKey<T>;
/// Reference to `PKey`.
/// Reference to [`PKey`].
pub struct PKeyRef<T>;
}