Trait ImportTracer

Source
pub trait ImportTracer:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn get_traces(self: Vc<Self>, path: FileSystemPath) -> Vc<ImportTraces>
       where Self: Sized;
}

Required Methods§

Source

fn get_traces(self: Vc<Self>, path: FileSystemPath) -> Vc<ImportTraces>
where Self: Sized,

Trait Implementations§

Source§

impl VcValueTrait for Box<dyn ImportTracer>

Source§

type ValueTrait = dyn ImportTracer

Source§

fn get_trait_type_id() -> TraitTypeId

Returns the type id of the trait object.
Source§

fn get_impl_vtables() -> &'static VTableRegistry<Self::ValueTrait>

Returns the vtable for an implementation of this trait. Panics if ValueTypeId does not implement the trait.
Source§

impl Dynamic<Box<dyn ImportTracer>> for Box<dyn ImportTracer>

Source§

impl Dynamic<Box<dyn ValueDebug>> for Box<dyn ImportTracer>

Source§

impl Upcast<Box<dyn ImportTracer>> for Box<dyn ImportTracer>

Source§

impl Upcast<Box<dyn ValueDebug>> for Box<dyn ImportTracer>

Implementors§