[][src]Trait ra_ap_syntax::ast::TypeBoundsOwner

pub trait TypeBoundsOwner: AstNode {
    fn type_bound_list(&self) -> Option<TypeBoundList> { ... }
fn colon_token(&self) -> Option<SyntaxToken> { ... } }

Provided methods

Loading content...

Implementors

impl TypeBoundsOwner for AssocTypeArg[src]

impl TypeBoundsOwner for LifetimeParam[src]

impl TypeBoundsOwner for Trait[src]

impl TypeBoundsOwner for TypeAlias[src]

impl TypeBoundsOwner for TypeParam[src]

impl TypeBoundsOwner for WherePred[src]

Loading content...