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 6c8020f commit 695c36dCopy full SHA for 695c36d
uefi/src/data_types/strs.rs
@@ -770,6 +770,7 @@ impl UnalignedSlice<'_, u16> {
770
}
771
772
/// The EqStrUntilNul trait helps to compare Rust strings against UEFI string types (UCS-2 strings).
773
+///
774
/// The given generic implementation of this trait enables us that we only have to
775
/// implement one direction (`left.eq_str_until_nul(&right)`) for each UEFI string type and we
776
/// get the other direction (`right.eq_str_until_nul(&left)`) for free. Hence, the relation is
0 commit comments