Type Definition lib_ruby_parser::source::MaybeDecoder[][src]

pub type MaybeDecoder = Option<Decoder>;
Expand description

Native MaybeDecoder type.

Trait Implementations

Constructs Some variant

Constructs None variant

Returns true if self is Some

Returns true if self is None

Casts &self to Option<&Decoder>

Casts &mut self to Option<&mut Decoder>

Casts self to Decoder. Panics if self is None