Home
last modified time | relevance | path

Searched refs:TryWithError (Results 1 – 3 of 3) sorted by relevance

/linux/rust/zerocopy/src/pointer/
H A Dptr.rs807 pub use _casts::TryWithError;
939 E: TryWithError<Self>, in try_with_unchecked()
986 E: TryWithError<Self>, in try_with()
1003 pub unsafe trait TryWithError<MappedInner> { interface
H A Dmod.rs22 pub use ptr::{Ptr, TryWithError};
/linux/rust/zerocopy/src/
H A Derror.rs660 unsafe impl<Src, NewSrc, Dst> crate::pointer::TryWithError<NewSrc>
799 unsafe impl<Src, NewSrc, Dst> crate::pointer::TryWithError<NewSrc> for crate::CastError<Src, Dst>