Enum vcpkg::Error [] [src]

pub enum Error {
    EnvNoPkgConfig(String),
    NotMSVC,
    VcpkgNotFound(String),
    LibNotFound(String),
    // some variants omitted
}

Variants

Aborted because of *_NO_VCPKG environment variable.

Contains the name of the responsible environment variable.

Only MSVC ABI is supported

Can't find a vcpkg tree

Library not found in vcpkg tree

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more