Type Alias abi_stable::library::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§
enum RootModuleResult {
ROk(PrefixRef<ErasedPrefix>),
RErr(RootModuleError),
}