pub trait CommandBuilder<T: Executable> { // Required method fn try_build(self) -> Result<T, Error>; }