use crate::prelude::*; pub struct Basic; impl PackageTrait for Basic { fn theme(&self) -> Option { Some(&Basic) } } impl ThemeTrait for Basic {}