pub trait ExpectDialog<T> {
// Required method
fn expect_dialog(self, msg: &str) -> T;
}Expand description
Expect dialog trait, implemented on Option and Result out of the box
pub trait ExpectDialog<T> {
// Required method
fn expect_dialog(self, msg: &str) -> T;
}Expect dialog trait, implemented on Option and Result out of the box