Struct sixtyfps_compilerlib::typeloader::ImportedName [−][src]
Fields
external_name: String
internal_name: String
Implementations
pub fn extract_imported_names(
import: &ImportSpecifier
) -> Option<impl Iterator<Item = ImportedName>>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImportedName
impl Send for ImportedName
impl Sync for ImportedName
impl Unpin for ImportedName
impl UnwindSafe for ImportedName