[][src]Trait genco::Config

pub trait Config {
    fn indentation(&mut self) -> usize { ... }
}

A trait that must be implemented for all custom configurations.

Provided methods

fn indentation(&mut self) -> usize

Determines the indentation level.

Loading content...

Implementations on Foreign Types

impl Config for ()[src]

Loading content...

Implementors

impl Config for genco::dart::Config[src]

impl Config for genco::go::Config[src]

impl Config for genco::rust::Config[src]

impl<'_> Config for genco::csharp::Config<'_>[src]

impl<'_> Config for genco::java::Config<'_>[src]

Loading content...