Struct lib_ruby_parser::nodes::Encoding [−][src]
#[repr(C)]pub struct Encoding { pub expression_l: Loc, }
Expand description
Represents a special __ENCODING__ keyword
Fields
expression_l: LocLocation of the __ENCODING__ keyword
__ENCODING__
~~~~~~~~~~~~
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encodingimpl UnwindSafe for EncodingBlanket Implementations
Mutably borrows from an owned value. Read more