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 07cdb8b commit 9f45062Copy full SHA for 9f45062
src/pointer/inner.rs
@@ -394,6 +394,7 @@ impl<'a> PtrInner<'a, [u8]> {
394
/// `self`. Finally:
395
/// - If this is a prefix cast, `ptr` has the same address as `self`.
396
/// - If this is a suffix cast, `remainder` has the same address as `self`.
397
+ #[inline]
398
pub(crate) fn try_cast_into<U>(
399
self,
400
cast_type: CastType,
0 commit comments