Skip to main content

Query

Trait Query 

Source
pub trait Query:
    Send
    + Sync
    + 'static {
    type Response: Send + Sync + 'static;
}
Expand description

A typed bail/query event.

Required Associated Types§

Source

type Response: Send + Sync + 'static

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§