Enum cbindgen::Error [] [src]

pub enum Error {
    CargoMetadata(String, CargoMetadataError),
    CargoToml(String, CargoTomlError),
    CargoExpand(String, CargoExpandError),
    ParseSyntaxError {
        crate_name: String,
        src_path: String,
        message: String,
    },
    ParseCannotOpenFile {
        crate_name: String,
        src_path: String,
    },
}

Variants

Fields of ParseSyntaxError

Fields of ParseCannotOpenFile

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more