Skip to main content

CustomTableSource

Trait CustomTableSource 

Source
pub trait CustomTableSource:
    Debug
    + Send
    + Sync {
    // Required methods
    fn as_any(&self) -> &dyn Any;
    fn clone_box(&self) -> Box<dyn CustomTableSource>;
}

Required Methods§

Source

fn as_any(&self) -> &dyn Any

Source

fn clone_box(&self) -> Box<dyn CustomTableSource>

Trait Implementations§

Source§

impl Clone for Box<dyn CustomTableSource>

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementors§