Home
last modified time | relevance | path

Searched defs:InitOk (Results 1 – 1 of 1) sorted by relevance

/linux/rust/pin-init/src/
H A D__internal.rs53 pub struct InitOk(()); struct
55 impl InitOk { implementation
92 F: FnOnce(*mut Self::Datee) -> Result<InitOk, E>, in make_closure()
123 F: FnOnce(*mut Self::Datee) -> Result<InitOk, E>, in make_closure()