surrealdb::opt

Trait IntoExportDestination

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

Source

fn into_export_destination(self) -> ExportDestination

Converts an input into a database export location

Implementations on Foreign Types§

Source§

impl IntoExportDestination<()> for ()

Implementors§