Expand description
Assorted functions shared by several assists.
Enums§
Functions§
- Given
original_items
retrieved 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. - 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.