Skip to main content

value_member_candidates

Function value_member_candidates 

Source
pub fn value_member_candidates(
    ty: TyId,
    tys: &Types,
    doc_text: &str,
    files: Option<&HashMap<PathBuf, String>>,
) -> Vec<Completion>
Expand description

The members of a typed value receiver: the built-in kernel methods of its type (from the enumerable registry) plus, for a record, its fields.