Function cargo_inspect::inspect

source ·
pub fn inspect(
    path: PathBuf,
    unpretty: String,
    theme: String
) -> Result<String, InspectError>
Expand description

inspect takes a path to a Rust file as an input and returns the desugared output.