Enum wasm_bindgen_backend::ast::TypeLocation [−][src]
pub enum TypeLocation { ImportArgument, ImportRet, ExportArgument, ExportRet, }
Expand description
Unused, the location of a type for a function argument (import/export, argument/ret)
Variants
An imported argument (JS side type)
An imported return
An exported argument (Rust side type)
An exported return
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeLocation
impl Send for TypeLocation
impl Sync for TypeLocation
impl Unpin for TypeLocation
impl UnwindSafe for TypeLocation
Blanket Implementations
Mutably borrows from an owned value. Read more