View

Trait View 

Source
pub trait View: QueryRelation + Sealed { }
Expand description

A SQL database view. Types which implement this trait should have been generated by the view! macro.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§