Trait query_interface::ObjectClone [] [src]

pub trait ObjectClone {
    fn obj_clone(&self) -> Box<Object>;
}

Required Methods

Implementors