pub trait IntoExportDestination<R> {
// Required method
fn into_export_destination(self) -> R;
}
Available on non-
target_family="wasm"
only.Expand description
A trait for converting inputs into database export locations
Required Methods§
Sourcefn into_export_destination(self) -> R
fn into_export_destination(self) -> R
Converts an input into a database export location
Implementations on Foreign Types§
Source§impl IntoExportDestination<()> for ()
impl IntoExportDestination<()> for ()
Source§fn into_export_destination(self)
fn into_export_destination(self)
Available on non-
target_family="wasm"
only.