Trait tf_demo_parser::demo::gamevent::FromRawGameEvent[][src]

pub trait FromRawGameEvent: Sized {
    fn from_raw_event(values: Vec<GameEventValue>) -> Result<Self>;
}

Required methods

Implementations on Foreign Types

Implementors