turbopack_
core
0.1.0
Diagnostic
Ext
Required Methods
emit
Implementations on Foreign Types
ResolvedVc<T>
Implementors
In turbopack_
core::
diagnostics
turbopack_core
::
diagnostics
Trait
DiagnosticExt
Copy item path
Source
pub trait DiagnosticExt { // Required method fn
emit
(self); }
Required Methods
§
Source
fn
emit
(self)
Implementations on Foreign Types
§
Source
§
impl<T>
DiagnosticExt
for
ResolvedVc
<T>
where T:
Upcast
<
Box
<dyn
Diagnostic
>>,
Source
§
fn
emit
(self)
Implementors
§