Type Alias SamplingCallback

Source
pub type SamplingCallback = Box<dyn Fn(CreateMessageParams) -> Result<CreateMessageResult> + Send + Sync>;
Expand description

Type for sampling callback function

Aliased Typeยง

struct SamplingCallback(/* private fields */);