Expand description
Assorted functions shared by several assists.
Enums§
Functions§
- add_
trait_ assoc_ items_ to_ impl - Given
original_itemsretrieved from the trait definition (usually byfilter_assoc_items()), clones each item for update and applies path transformation to it, then inserts intoimpl_. Returns the modifiedimpl_and the first associated item that got inserted. - extract_
trivial_ expression - filter_
assoc_ items - has_
test_ related_ attribute - is_
body_ const - test_
related_ attribute_ syn - This is a method with a heuristics to support test methods annotated with custom test annotations, such as
#[test_case(...)],#[tokio::test]and similar. Also a regular#[test]annotation is supported.