pub trait IsMineWithScript { // Required method fn is_mine_with_script(&self, script: &Script) -> IsMineType; }