Skip to main content

ExportSource

Trait ExportSource 

Source
pub trait ExportSource {
    // Required method
    fn export_doc(&self) -> Cow<'_, ExportDoc>;
}

Required Methods§

Source

fn export_doc(&self) -> Cow<'_, ExportDoc>

Implementors§

Source§

impl ExportSource for ExportDoc

Source§

impl<S, T> ExportSource for MachineDoc<S, T>
where S: Eq,