[][src]Function gobble::reader::s_tag

pub fn s_tag(s: &'static str) -> impl Parser<&'static str>
👎 Deprecated since 0.1.8:

Use s_(&str) instead

Conveniece wrapper for tag, often you want to allow whitespace around a tag of some kind