pub trait IntoExportDestination<R> {
// Required method
fn into_export_destination(self) -> ExportDestination;
}
Expand description
A trait for converting inputs into database export locations
Required Methods§
Sourcefn into_export_destination(self) -> ExportDestination
fn into_export_destination(self) -> ExportDestination
Converts an input into a database export location