Struct opendp::interactive::Queryable[][src]

pub struct Queryable<S, Q, A> { /* fields omitted */ }
Expand description

A structure tracking the state of an interactive measurement queryable. It’s generic over state (S), query (Q), answer (A), so it can be used for any interactive measurement expressible as a transition function.

Implementations

Constructs a Queryable with initial state and transition function.

Evaluates a query.

Evaluates a polymorphic query and downcasts to the given type.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Casts the value.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Casts the value.

Performs the conversion.

Performs the conversion.

Casts the value.

Casts the value.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Casts the value.

Casts the value.