pub trait DefaultTypeParamOwner: AstNode {
    fn default_type(&self) -> Option<PathType> { ... }
}

Provided Methods§

Implementors§