Macro re_types::delegate_arrow_tuid
source · macro_rules! delegate_arrow_tuid { ($typ:ident as $fqname:expr) => { ... }; }
Expand description
Implements crate::Component
for any given type that is a simple wrapper
(newtype) around a Tuid
.
Usage:
ⓘ
re_types_core::delegate_arrow_tuid!(RowId);