Enum oursh::program::posix::ast::Interpreter [−][src]
Expand description
Either explicit or implicit declaration of the interperator for a bridged program.
Examples
{# ...}
{#ruby ...}Variants
Tuple Fields of HashLang
0: StringTuple Fields of Shebang
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Interpreter
impl Send for Interpreter
impl Sync for Interpreter
impl Unpin for Interpreter
impl UnwindSafe for Interpreter
Blanket Implementations
Mutably borrows from an owned value. Read more