pub trait IntoObjectMapping {
    // Required method
    fn into_mapping(&self) -> ObjectMapping;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IntoObjectMapping for Arc<MaterializedObjectVersion>

source§

impl IntoObjectMapping for Arc<Object>

Implementors§