pub trait Flag { fn usage<'a, 'f>() -> Arg<'a, 'f>; fn handler() -> Result<(), Error>; }
Abstract flag trait