Skip to main content

Bind

Trait Bind 

Source
pub trait Bind<C>: WebQueryModel
where C: QueryContext,
{ // Required methods fn map_leaf(leaf: &<Self as WebQueryModel>::Leaf) -> C::Query; fn map_sort_field(sort: &<Self as WebQueryModel>::SortField) -> C::Sort; }

Required Methods§

Source

fn map_leaf(leaf: &<Self as WebQueryModel>::Leaf) -> C::Query

Source

fn map_sort_field(sort: &<Self as WebQueryModel>::SortField) -> C::Sort

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§