let x: neotron_api::Result<()> = neotron_api::Result::Ok(()); osprintln!("x is {} bytes", core::mem::size_of_val(&x)); ``` ```text x is 2 bytes