pub fn value_member_candidates(
ty: &Ty,
doc_text: &str,
src_root: Option<&Path>,
) -> 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.