[][src]Trait swc_ecma_utils::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: ?Sized + Load> Load for Box<T>[src]

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

Loading content...

Implementors

Loading content...