Enum usdt_impl::Error [−][src]
pub enum Error {
ParseError(DTraceError),
IO(Error),
Env(VarError),
InvalidFile,
DTraceError,
}Expand description
Errors related to building DTrace probes into Rust code
Variants
ParseError(DTraceError)Error during parsing of DTrace provider source
IO(Error)Error reading or writing files, or registering DTrace probes
Env(VarError)Error related to environment variables, e.g., while running a build script
An error occurred extracting probe information from the encoded object file sections
Error related to calling out to DTrace itself
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Errorimpl !UnwindSafe for Error