CanonicalUserType

Type Alias CanonicalUserType 

Source
pub type CanonicalUserType = Canonical<UserType>;
Expand description

Reflects [ty::CanonicalUserType]

Aliased Type§

pub struct CanonicalUserType {
    pub value: UserType,
}

Fields§

§value: UserType