fn where_with(base: &Option<WhereClause>, extra: TokenStream) -> TokenStreamExpand description
Build a where clause that merges the struct’s existing predicates with one
extra predicate (the Inner: Trait bound the forwarding impl requires).
fn where_with(base: &Option<WhereClause>, extra: TokenStream) -> TokenStreamBuild a where clause that merges the struct’s existing predicates with one
extra predicate (the Inner: Trait bound the forwarding impl requires).