syntax::ast

Trait HasTypeBounds

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

Provided Methods§

Implementors§