use pagetop::prelude::*; static_files!(bulmix); pub struct Bulmix; impl PackageTrait for Bulmix { fn theme(&self) -> Option { Some(&Bulmix) } fn actions(&self) -> Vec { actions![ action::theme::BeforePrepare::::new(&Self, before_prepare_icon), action::theme::BeforePrepare::