pub type Xpan<'a> = Wrap<LocatedSpan<&'a str, Arc<String>>>;
struct Xpan<'a> { /* private fields */ }