Type Definition lib_ruby_parser::source::MaybeDecoder [−][src]
pub type MaybeDecoder = Option<Decoder>;
Expand description
Native MaybeDecoder type.
Trait Implementations
Casts &self to Option<&Decoder>
Casts &mut self to Option<&mut Decoder>
Casts self to Decoder. Panics if self is None