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.
1 parent 2ffa5ea commit 245bfedCopy full SHA for 245bfed
src/lib.rs
@@ -457,7 +457,7 @@ where
457
/// Translates a struct from one generic to another where the translation
458
/// for Pk is provided by function `fpk`, and translation for PkH is
459
/// provided by function `fpkh`.
460
- fn translate_pk<T, E>(&self, translate: &mut T) -> Result<Self::Output, E>
+ fn translate_pk<T, E>(&self, translator: &mut T) -> Result<Self::Output, E>
461
where
462
T: Translator<P, Q, E>;
463
}
0 commit comments