Skip to main content

DynAgentWrapperCompletion

Type Alias DynAgentWrapperCompletion 

Source
pub type DynAgentWrapperCompletion = Pin<Box<dyn Future<Output = Result<AgentWrapperCompletion, AgentWrapperError>> + Send>>;

Aliased Typeยง

pub struct DynAgentWrapperCompletion { /* private fields */ }