pub trait ExecutableResolver { // Required method fn resolve(&self, binary: &str) -> ExecutableState; }