Function codespan_lsp::byte_index_to_position[][src]

pub fn byte_index_to_position<'a, F: ?Sized>(
    files: &'a F,
    file_id: F::FileId,
    byte_index: usize
) -> Result<LspPosition, Error> where
    F: Files<'a>,