Enum rustfmt::Input [] [src]

pub enum Input {
    File(PathBuf),
    Text(String),
}

Variants

Trait Implementations

impl Debug for Input
[src]

[src]

Formats the value using the given formatter.