pub trait Runner<Left, Value, Right, Default>: Command{
type Run: StateTrait;
}Required Associated Types§
Sourcetype Run: StateTrait
type Run: StateTrait
Result of running on State<Left, Value, Right>.
pub trait Runner<Left, Value, Right, Default>: Command{
type Run: StateTrait;
}Result of running on State<Left, Value, Right>.