Struct diesel::query_source::Never [−][src]
pub struct Never;
A table never appears in the from clause.
Trait Implementations
impl<T> Plus<T> for Never
[src]
impl<T> Plus<T> for Never
type Output = T
The result of adding these numbers together
impl Plus<Never> for Once
[src]
impl Plus<Never> for Once
type Output = Self
The result of adding these numbers together