pub trait LifeCycle<T>where T: Into<Node>,{ // Required method fn create(&self) -> T; }
Life cycle trait
Create widget