pub trait ReturnDestination {
// Required method
fn return_destination(
&mut self,
index: i64,
internal: bool,
addr: &TxDestination
);
}pub trait ReturnDestination {
// Required method
fn return_destination(
&mut self,
index: i64,
internal: bool,
addr: &TxDestination
);
}