Skip to main content

Execute

Trait Execute 

Source
pub trait Execute<T: GStore + GStoreMut + Planner>
where Self: Sized + Build,
{ // Provided method fn execute(self, glue: &mut Glue<T>) -> Result<Payload> { ... } }

Provided Methods§

Source

fn execute(self, glue: &mut Glue<T>) -> Result<Payload>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T: GStore + GStoreMut + Planner, B: Build> Execute<T> for B