Function rustdoc::theme::get_string

source ·
fn get_string(
    iter: &mut Peekable<Chars<'_>>,
    string_start: char,
    buffer: &mut String
)
Expand description

When encountering a " or a ', returns the whole string, including the quote characters.