Trait IntoExportDestination

Source
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§

Source

fn into_export_destination(self) -> R

Converts an input into a database export location

Implementations on Foreign Types§

Source§

impl IntoExportDestination<()> for ()

Source§

fn into_export_destination(self)

Available on non-target_family="wasm" only.

Implementors§