Enum papyrus::SourceFileType[][src]

pub enum SourceFileType {
    Rs,
    Rscript,
}

The type of source file, .rs or .rscript.

Variants

Auto Trait Implementations