Struct genco::java::Extra [] [src]

pub struct Extra<'el> {
    pub package: Option<Cons<'el>>,
    // some fields omitted
}

Extra data for Java formatting.

Fields

Package to use.

Methods

impl<'el> Extra<'el>
[src]

[src]

Set the package name to build.

Trait Implementations

impl<'el> Debug for Extra<'el>
[src]

[src]

Formats the value using the given formatter.

impl<'el> Default for Extra<'el>
[src]

[src]

Returns the "default value" for a type. Read more