Type Alias RootModuleResult

Source
pub type RootModuleResult = RResult<PrefixRef<ErasedPrefix>, RootModuleError>;
Expand description

The return type of the function that the #[export_root_module] attribute outputs.

Aliased Type§

#[repr(u8)]
pub enum RootModuleResult { ROk(PrefixRef<ErasedPrefix>), RErr(RootModuleError), }

Variants§