[][src]Trait swc_ecma_transforms::util::load::Load

pub trait Load {
    fn load(&self, path: &Path) -> Result<(Arc<SourceFile>, Module), Error>;
}

Required methods

fn load(&self, path: &Path) -> Result<(Arc<SourceFile>, Module), Error>

Loading content...

Implementations on Foreign Types

impl<T> Load for Box<T> where
    T: Load + ?Sized
[src]

impl<'a, T> Load for &'a T where
    T: Load + ?Sized
[src]

Loading content...

Implementors

Loading content...