Skip to content

[Rust] SafeTable is not publicly visible in reflection library #8548

Closed
foxglove/flatbuffers
#1
@Muon

Description

@Muon

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions