Function easy_plugin::extractor::lit_to_byte_str []

pub fn lit_to_byte_str(lit: &Spanned<LitKind>)
                       -> Result<Rc<Vec<u8>>, (Span, String)>

Returns the LitKind::ByteStr value in the supplied Lit.