Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dxarray.rs167 pub struct StoreError<T> { struct
174 impl<T> From<StoreError<T>> for Error { argument
175 fn from(value: StoreError<T>) -> Self { in from()
232 ) -> Result<Option<T>, StoreError<T>> { in store()
256 Err(StoreError { in store()