pub struct TwoColumnLayout;Expand description
Two-column slide layout generator
Implementations§
Source§impl TwoColumnLayout
impl TwoColumnLayout
Sourcepub fn generate(content: &SlideContent) -> String
pub fn generate(content: &SlideContent) -> String
Generate two-column slide XML Bullets are automatically split between left and right columns
Auto Trait Implementations§
impl Freeze for TwoColumnLayout
impl RefUnwindSafe for TwoColumnLayout
impl Send for TwoColumnLayout
impl Sync for TwoColumnLayout
impl Unpin for TwoColumnLayout
impl UnwindSafe for TwoColumnLayout
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