Trait twilio_async::twiml::Twiml
source · pub trait Twiml {
// Required methods
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr>
where W: Write;
fn build(&self) -> Result<String, TwimlErr>;
}
Required Methods§
fn write<W>(&self, w: &mut EventWriter<W>) -> Result<(), TwimlErr>where
W: Write,
fn build(&self) -> Result<String, TwimlErr>
Object Safety§
This trait is not object safe.