Home
last modified time | relevance | path

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

/linux/rust/kernel/ptr/
H A Dprojection.rs13 pub struct OutOfBound; struct
15 impl From<OutOfBound> for Error {
17 fn from(_: OutOfBound) -> Self { in from()
285 .ok_or($crate::ptr::projection::OutOfBound)?;