[][src]Function rustirc::message_parser::consume_attribute

pub fn consume_attribute(
    mut source: String,
    mut peekable_raw: Peekable<Iter<'_, u8>>,
    all: bool
) -> (String, Peekable<Iter<'_, u8>>)