1 2 3 4 5 6 7 8
#![allow(unused)] use crate::prelude::*; /// Endpoints for Status pub struct StatusGroup<'a> { pub(crate) esi: &'a Esi, }