Searched refs:takes_immutable (Results 1 – 6 of 6) sorted by relevance
4 18 | takes_immutable::<NotZerocopy>();7 note: required by a bound in `takes_immutable`10 21 | fn takes_immutable<T: Immutable>() {}11 | ^^^^^^^^^ required by this bound in `takes_immutable`
18 takes_immutable::<NotZerocopy>(); in main()21 fn takes_immutable<T: Immutable>() {} in takes_immutable() function
4 18 | takes_immutable::<NotZerocopy>();18 note: required by a bound in `takes_immutable`21 21 | fn takes_immutable<T: Immutable>() {}22 | ^^^^^^^^^ required by this bound in `takes_immutable`