Skip to main content

Execute

Trait Execute 

Source
pub trait Execute { }
Available on crate features client and ws only.
Expand description

Marker trait for objects that has exec

See Api::exec for usage.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl Execute for Pod

Implementors§