Skip to main content

FromClause

Trait FromClause 

Source
pub trait FromClause {
    // Required method
    fn from_(&self) -> OneOrMany<AnyRef<'_>>;
}

Required Methods§

Source

fn from_(&self) -> OneOrMany<AnyRef<'_>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§