1 2 3 4 5 6
use crate::Projection; #[derive(Debug)] pub struct Message { pub projection: Projection }