We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 727d73f + 1bd987e commit ee558c1Copy full SHA for ee558c1
src/remote_callbacks.rs
@@ -54,7 +54,7 @@ pub type UpdateTips<'a> = dyn FnMut(&str, Oid, Oid) -> bool + 'a;
54
pub type CertificateCheck<'a> =
55
dyn FnMut(&Cert<'_>, &str) -> Result<CertificateCheckStatus, Error> + 'a;
56
57
-/// The return value for the [`CertificateCheck`] callback.
+/// The return value for the [`RemoteCallbacks::certificate_check`] callback.
58
pub enum CertificateCheckStatus {
59
/// Indicates that the certificate should be accepted.
60
CertificateOk,
0 commit comments