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

Required Methods§

source

fn keep_destination(&mut self, index: i64, ty: &OutputType)

Implementors§