deno_ast

Trait IntoSwcFileName

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoSwcFileName for String

Implementors§