Struct fluence_faas::FluenceFaaS [−][src]
pub struct FluenceFaaS { /* fields omitted */ }Implementations
pub fn with_raw_config<C>(config: C) -> Result<Self, FaaSError> where
C: TryInto<FaaSConfig>,
FaaSError: From<C::Error>, [src]
pub fn with_raw_config<C>(config: C) -> Result<Self, FaaSError> where
C: TryInto<FaaSConfig>,
FaaSError: From<C::Error>, [src]Creates FaaS from config deserialized from TOML.
Creates FaaS with given modules.
Searches for modules in config.modules_dir, loads only those in the names set
Call a specified function of loaded on a startup module by its name.
Call a specified function of loaded on a startup module by its name.
Return all export functions (name and signatures) of loaded modules.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FluenceFaaSimpl !Sync for FluenceFaaSimpl Unpin for FluenceFaaSimpl !UnwindSafe for FluenceFaaS