Enum syntex_syntax::ast::TraitBoundModifier
[−]
[src]
pub enum TraitBoundModifier {
None,
Maybe,
}A modifier on a bound, currently this is only used for ?Sized, where the
modifier is Maybe. Negative bounds should also be handled here.
Variants
None | |
Maybe |