pub trait TypeAscriptionOwner: AstNode {
    fn ascribed_type(&self) -> Option<TypeRef> { ... }
}

Provided Methods§

Implementors§