pub struct CmlGenerator;Expand description
Generator for CML v0.2 documents
Implementations§
Source§impl CmlGenerator
impl CmlGenerator
Sourcepub fn generate(document: &CmlDocument) -> Result<String>
pub fn generate(document: &CmlDocument) -> Result<String>
Generate XML from CML v0.2 document
Output starts directly with
Auto Trait Implementations§
impl Freeze for CmlGenerator
impl RefUnwindSafe for CmlGenerator
impl Send for CmlGenerator
impl Sync for CmlGenerator
impl Unpin for CmlGenerator
impl UnwindSafe for CmlGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more