Enum readme_sync::BinPathError [−][src]
Expand description
An error which can occur when locating the binary file path by the specified target name.
Variants
NotFound(String)
Tuple Fields
0: StringThe binary specified by the target name is not found.
SpecifiedMoreThanOnce(String)
Tuple Fields
0: StringThe binary specified by the target name is specified more than once.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BinPathError
impl Send for BinPathError
impl Sync for BinPathError
impl Unpin for BinPathError
impl UnwindSafe for BinPathError
Blanket Implementations
Mutably borrows from an owned value. Read more
