ExpectFromAction

Trait ExpectFromAction 

Source
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

Required Methods§

Source

fn expect_from_action(self, action: &Action) -> T

Implementors§