pub trait ExpectFromAction<T> {
// Required method
fn expect_from_action(self, action: &Action) -> T;
}Expand description
Trait for extracting specific types from ActionResult with action validation
pub trait ExpectFromAction<T> {
// Required method
fn expect_from_action(self, action: &Action) -> T;
}Trait for extracting specific types from ActionResult with action validation