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