Function stageleft::runtime_support::create_import
source ยท pub fn create_import<T>(
module_path: &'static str,
crate_name: &'static str,
path: &'static str,
as_name: &'static str,
_unused_type_check: T,
) -> Import<T>