pub trait ToToast { // Required method fn to_toast(&self) -> Toast; }
Turn something into a Toast explicitly.
Toast