Skip to main content

arm

async fn arm(
    store: &MockSuotarStore,
    generation: &str,
    id: &str,
    when: Vec<Predicate>,
    then: Effect,
    lifetime: Lifetime,
) -> Result<(), CommandError>