Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dfastboot.rs185 struct VecPinFut<'a>(Vec<Pin<Box<dyn Future<Output = ()> + 'a>>>); struct
187 impl<'a> PinFutContainer<'a> for VecPinFut<'a> { implementation