Function syntax::ast_util::compute_id_range_for_inlined_itemUnstable
[-] [+]
[src]
pub fn compute_id_range_for_inlined_item(item: &InlinedItem) -> IdRange
pub fn compute_id_range_for_inlined_item(item: &InlinedItem) -> IdRange
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).