Searched defs:LensConfig (Results 1 – 1 of 1) sorted by relevance
591 pub struct LensConfig { struct593 pub run: bool,594 pub debug: bool,595 pub interpret: bool,598 pub implementations: bool,601 pub method_refs: bool,602 pub refs_adt: bool, // for Struct, Enum, Union and Trait626 impl LensConfig { implementation1477 pub fn lens(&self) -> LensConfig { in lens()