sysml_parser/
span.rs

1// This is free and unencumbered software released into the public domain.
2
3use nom_locate::LocatedSpan;
4
5pub type Span<'a> = LocatedSpan<&'a str>;