1
2
3
pub trait NetComponent {
    fn run(self);
}