Enum deno_doc::DocError [−][src]
pub enum DocError {
Resolve(String),
Io(Error),
Parse(Diagnostic),
}Variants
Resolve(String)Tuple Fields of Resolve
0: StringIo(Error)Tuple Fields of Io
0: ErrorParse(Diagnostic)Tuple Fields of Parse
0: DiagnosticTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for DocError
impl !UnwindSafe for DocError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more