Trait fpr_cli::Run

source ·
pub trait Run<C> {
    type R;

    // Required method
    fn run(c: &C, a: Self) -> Result<Self::R, String>;
}

Required Associated Types§

source

type R

Required Methods§

source

fn run(c: &C, a: Self) -> Result<Self::R, String>

Object Safety§

This trait is not object safe.

Implementors§