pub fn nullable_ty(
context: &dyn SignatureSpecializationContext,
ty: ConcreteTypeId,
) -> Result<ConcreteTypeId, SpecializationError>
Expand description
Helper for getting the type Nullable<T>
.
pub fn nullable_ty(
context: &dyn SignatureSpecializationContext,
ty: ConcreteTypeId,
) -> Result<ConcreteTypeId, SpecializationError>
Helper for getting the type Nullable<T>
.