oooutlk
oooutlk
No `Node` is returned in any API, just `&Node` or `Pin`. I don't think it makes sense to add `Send` support for `Node`. Adding `Send` for Tree/Forest seems to make...
No `Node` is returned in any API, just `&Node` or `Pin`. I don't think it makes sense to add `Send` support for `Node`. Adding `Send` for Tree/Forest seems to make...
No `Node` is returned in any API, just `&Node` or `Pin`. I don't think it makes sense to add `Send` support for `Node`. Adding `Send` for Tree/Forest seems to make...
No `Node` is returned in any API, just `&Node` or `Pin`. I don't think it makes sense to add `Send` support for `Node`. Adding `Send` for Tree/Forest seems to make...
Documents about types generated by macros are scattered among enumx and cex's documents: 1. [The cex's `Result!()` macro](https://docs.rs/cex/0.5.0/cex/macro.Result.html) 2. [The enumx's `Enum!()` macro](https://docs.rs/enumx/0.4.1/enumx/macro.Enum.html) It is possible to use enumx crate...