[][src]Type Definition nom_locate::LocatedSpan

type LocatedSpan<T> = LocatedSpanEx<T, ()>;

A LocatedSpan is a set of meta information about the location of a token. It has the same properties as a LocatedSpanEx.