Trait diesel::query_builder::QueryId [] [src]

pub trait QueryId {
    type QueryId: Any;
    fn has_static_query_id() -> bool;

    fn query_id() -> Option<TypeId> { ... }
}

Associated Types

Required Methods

Provided Methods

Implementors