Action

Trait Action 

Source
pub trait Action {
    // Required method
    fn as_twiml(&self) -> String;
}

Required Methods§

Source

fn as_twiml(&self) -> String

Implementors§