Struct xswag_base::code::BytePos
[−]
[src]
pub struct BytePos(pub SrcOffset);
Position within source specified by byte offset. This is not equal to
CharPos
thanks to UTF-8 and multibyte chars. This type always represents
positions relative to the whole codemap.