#[derive(Arrow)]
Derive macro for declaring an Arrow convertable type within the Arcon runtime
use arcon::prelude::*; #[derive(Arrow)] pub struct ArrowStruct { pub id: u32, pub name: String, }