Skip to main content

where_with

Function where_with 

Source
fn where_with(base: &Option<WhereClause>, extra: TokenStream) -> TokenStream
Expand description

Build a where clause that merges the struct’s existing predicates with one extra predicate (the Inner: Trait bound the forwarding impl requires).