Sign in
flutter
/
third_party
/
protobuf
/
refs/heads/27.x
/
.
/
rust
/
upb
/
mini_table.rs
blob: dc704caf0e61a3c7084aeafd168328fd217455a2 [
file
] [
log
] [
blame
] [
edit
]
use
crate
::
opaque_pointee
::
opaque_pointee
;
use
std
::
ptr
::
NonNull
;
opaque_pointee
!(
upb_MiniTable
);
pub
type
RawMiniTable
=
NonNull
<
upb_MiniTable
>;