pub trait KeepDestination { // Required method fn keep_destination(&mut self, index: i64, ty: &OutputType); }