Re-exports§
pub use self::error::ExtensionError;
pub use self::error::SpecializationError;
pub use self::lib_func::ConcreteLibfunc;
pub use self::lib_func::GenericLibfunc;
pub use self::lib_func::GenericLibfuncEx;
pub use self::lib_func::NamedLibfunc;
pub use self::lib_func::NoGenericArgsGenericLibfunc;
pub use self::lib_func::OutputVarReferenceInfo;
pub use self::lib_func::SignatureBasedConcreteLibfunc;
pub use self::types::ConcreteType;
pub use self::types::GenericType;
pub use self::types::GenericTypeEx;
pub use self::types::NamedType;
pub use self::types::NoGenericArgsGenericType;
pub use self::modules::*;
Modules§
- Module for the set of core extensions.
- All implementations of basic extensions are under this module.
Functions§
- Helper for extracting the type from the template arguments.