chore: some docs clean-up

This commit is contained in:
Dylan Bowker
2024-05-12 08:39:41 -06:00
committed by Vincent Herlemont
parent 646673efda
commit dac9ddb4c0
7 changed files with 40 additions and 31 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ impl<T: SplitByteSlice> Wrapper<T> {
Some(native_model)
}
pub fn value(&self) -> &T {
pub const fn value(&self) -> &T {
&self.value
}