Trait deno_ast::IntoSwcFileName

source ·
pub trait IntoSwcFileName {
    // Required method
    fn into_file_name(self) -> FileName;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoSwcFileName for &str

source§

impl IntoSwcFileName for String

Implementors§