Skip to main content

configure_web_bootloader_with_cookbook

Function configure_web_bootloader_with_cookbook 

Source
pub fn configure_web_bootloader_with_cookbook(
    loader: Bootloader,
    config_libs: Vec<Symbol>,
    cookbook: CookbookStateFactory,
) -> Bootloader
Expand description

Registers the web-shell serve verb with a host-provided cookbook state factory. The supplied config library ids are read before the serve library is instantiated, so the factory sees the effective config tables it needs.