pub trait EasyLocation<'a>: Files<'a> {
    fn file_id(&'a self, byte_index: usize) -> <Self as Files<'a>>::FileId;
}

Required methods

Implementations on Foreign Types

Implementors