Trait edgedb_protocol::query_arg::QueryArg[][src]

pub trait QueryArg: Send + Sync + Sized {
    fn encode_slot(&self, encoder: &mut Encoder<'_>) -> Result<(), Error>;
fn check_descriptor(
        ctx: &DescriptorContext<'_>,
        pos: TypePos
    ) -> Result<(), Error>; }
Expand description

Single argument for a query

Required methods

Implementations on Foreign Types

Implementors