1
2
3
4
use std::any::Any;

pub trait Component : Any {
}