Type Definition lib_ruby_parser::containers::MaybeStringPtr[][src]

type MaybeStringPtr = Option<String>;

Rust-compatible nullable string container