Trait veloren_rtsim::rule::Rule

source ·
pub trait Rule: Sized + Send + Sync + 'static {
    // Required method
    fn start(rtstate: &mut RtState) -> Result<Self, RuleError>;
}

Required Methods§

source

fn start(rtstate: &mut RtState) -> Result<Self, RuleError>

Object Safety§

This trait is not object safe.

Implementors§