Additional state accessor iterations for pdus of a specific type.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-07 09:48:45 +00:00
parent 7fee459b1a
commit dff30e5924
3 changed files with 58 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "8192"]
#![type_length_limit = "24576"]
#![allow(refining_impl_trait)]
mod manager;