1
2
3
pub trait New {
    fn new() -> Self;
}