Enum rustfmt_nightly::Input[][src]

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

Variants

Trait Implementations

impl Debug for Input
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input