pub struct LayoutExporter { /* private fields */ }Expand description
Layout exporter
Implementations§
Source§impl LayoutExporter
impl LayoutExporter
pub fn new(format: ExportFormat) -> Self
pub fn with_config(self, config: RenderConfig) -> Self
pub fn export(&self, layout: &Layout) -> Result<String>
Auto Trait Implementations§
impl Freeze for LayoutExporter
impl RefUnwindSafe for LayoutExporter
impl Send for LayoutExporter
impl Sync for LayoutExporter
impl Unpin for LayoutExporter
impl UnwindSafe for LayoutExporter
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