Trait duct::ToExecutable [] [src]

pub trait ToExecutable {
    fn to_executable(self) -> OsString;
}

Required Methods

Implementors