Static fix_getters_rules::function::PREFIX_TO_POSTFIX[][src]

pub static PREFIX_TO_POSTFIX: Lazy<HashSet<&'static str>>

Getters prefix to move to the end.

The convention is to use the form:

  • get_structure_mut.

but we can run into this one too:

  • get_mut_structure.