Enum rustfmt_core::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. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input