[][src]Type Definition taplo::util::coords::CharacterOffset

type CharacterOffset = u64;
[]

Offset in characters instead of bytes. It is u64 because lsp_types uses u64.