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.
ufmt
1 parent b64d1c1 commit fe2921bCopy full SHA for fe2921b
src/ufmt.rs
@@ -36,7 +36,7 @@ impl<LenT: LenType, S: VecStorage<u8> + ?Sized> uWrite for VecInner<u8, LenT, S>
36
}
37
38
39
-impl<const N: usize> uWrite for CString<N> {
+impl<const N: usize, LenT: LenType> uWrite for CString<N, LenT> {
40
type Error = c_string::ExtendError;
41
42
#[inline]
0 commit comments