| 438 | /// A `variant` interface type |
| 439 | #[derive(Clone, Debug)] |
| 440 | pub struct Variant(Handle<TypeVariantIndex>); |
| 441 | |
| 442 | impl Variant { |
| 443 | pub(crate) fn from(index: TypeVariantIndex, ty: &InstanceType<'_>) -> Self { |
no outgoing calls
no test coverage detected