chore: some docs clean-up
This commit is contained in:
committed by
Vincent Herlemont
parent
646673efda
commit
dac9ddb4c0
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user