pub type RhaiPluginResult<T = ()> = Result<T, RhaiPluginError>;Expand description
Rhai plugin result type
Aliased Type§
pub enum RhaiPluginResult<T = ()> {
Ok(T),
Err(RhaiPluginError),
}pub type RhaiPluginResult<T = ()> = Result<T, RhaiPluginError>;Rhai plugin result type
pub enum RhaiPluginResult<T = ()> {
Ok(T),
Err(RhaiPluginError),
}