Skip to main content

Module convert_for_to_while_let

Module convert_for_to_while_let 

Source

Functionsยง

convert_for_loop_to_while_let ๐Ÿ”’
impls_core_iter ๐Ÿ”’
Whether iterable implements core::Iterator
is_ref_and_impls_iter_method ๐Ÿ”’
If iterable is a reference where the expression behind the reference implements a method returning an Iterator called iter or iter_mut (depending on the type of reference) then return the expression behind the reference and the method name