Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dpin_fut_container.rs91 pub(crate) struct PinFutSlice<'a, F> { struct
96 impl<'a, F> PinFutSlice<'a, F> { implementation
103 impl<'a, F: Future<Output = ()> + 'a> PinFutContainerTyped<'a, F> for PinFutSlice<'a, F> { implementation