pub trait Termination {
// Required method
fn report(self);
}Expand description
A that can be implemented for arbitrary return types in the main function.
pub trait Termination {
// Required method
fn report(self);
}A that can be implemented for arbitrary return types in the main function.