castle_types 0.20.2

all Castle types for Castle_Api
Documentation
1
2
3
4
5
6
use crate::Projection;

#[derive(Debug)]
pub struct Message {
    pub projection: Projection
}