Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dpin_fut_container.rs24 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F); in add_with() method
39 fn add_with(&mut self, f: impl FnOnce() -> F); in add_with() method
78 fn add_with(&mut self, f: impl FnOnce() -> F) { in add_with() method
104 fn add_with(&mut self, f: impl FnOnce() -> F) { in add_with() method
Dmod.rs1032 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F) { in add_with() method
/bootable/libbootloader/gbl/libbootparams/src/
Dbootconfig.rs73 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method
Dcommandline.rs79 pub fn add_with<F>(&mut self, reader: F) -> Result<()> in add_with() method
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs194 fn add_with<F: Future<Output = ()> + 'a>(&mut self, f: impl FnOnce() -> F) { in add_with() method