Trait SourceTransform

Source
pub trait SourceTransform:
    Send
    + Sync
    + NonLocalValue
    + ValueDebug {
    // Required method
    fn transform(
        self: Vc<Self>,
        source: Vc<Box<dyn Source>>,
    ) -> Vc<Box<dyn Source>>
       where Self: Sized;
}

Required Methods§

Source

fn transform(self: Vc<Self>, source: Vc<Box<dyn Source>>) -> Vc<Box<dyn Source>>
where Self: Sized,

Trait Implementations§

Implementors§