Struct alexa::SimpleCard [] [src]

pub struct SimpleCard<'a> {
    pub title: Cow<'a, str>,
    pub content: Cow<'a, str>,
}

Fields