pub trait IntoDocumentPath: Send + Sync {
// Required method
fn as_path(&self) -> Option<&'static str>;
}Required Methods§
Implementors§
impl IntoDocumentPath for FieldsBot
impl IntoDocumentPath for FieldsChannel
Available on crate feature
mongodb only.