Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
f76b28e535f5bbdca33d4b843ba048342858d0d4
/
.
/
rust
/
upb
/
mini_table.rs
blob: dc704caf0e61a3c7084aeafd168328fd217455a2 [
file
] [
log
] [
blame
]
use
crate
::
opaque_pointee
::
opaque_pointee
;
use
std
::
ptr
::
NonNull
;
opaque_pointee
!(
upb_MiniTable
);
pub
type
RawMiniTable
=
NonNull
<
upb_MiniTable
>;