Trait ra_ap_syntax::ast::HasTypeBounds[][src]

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

Provided methods

Implementors