We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split from #1661 to distinguish this work from what it is blocked on.
pgrx::array::FlatArray<'mcx, T> where T: ?Sized
iter_mut()
FlatArray<'mcx, T: Sized>
#[derive(CreateCompositeType)]
&dyn Composite
pg_aggregate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Split from #1661 to distinguish this work from what it is blocked on.
pgrx::array::FlatArray<'mcx, T> where T: ?Sized
#1481iter_mut()
forFlatArray<'mcx, T: Sized>
? #1642#[derive(CreateCompositeType)]
: "Records like structs" #1458&dyn Composite
as arg/ret #1718pg_aggregate
needs a makeover #1362The text was updated successfully, but these errors were encountered: