Skip to main content

type_at_offset

Function type_at_offset 

pub fn type_at_offset(entries: &[(Span, Ty)], offset: usize) -> Option<&Ty>
Expand description

The type of the innermost expression whose span contains offset, if any — the receiver-typing query for .-member completion.