flatbuffers
flatbuffers copied to clipboard
[Rust] SafeTable is not publicly visible in reflection library
SafeBuffer::get_root() returns a SafeTable, which is pub and its methods are pub, but it is not visible from outside the crate since it's in a private module. This means it can be used but cannot be named (so cannot be a function argument or struct field).
reopening this issue - looks like it got closed by a merge into the forked repo