Description
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
Labels
No labels