Trait revolt_database::IntoDocumentPath
source · pub trait IntoDocumentPath: Send + Sync {
// Required method
fn as_path(&self) -> Option<&'static str>;
}pub trait IntoDocumentPath: Send + Sync {
// Required method
fn as_path(&self) -> Option<&'static str>;
}