Skip to main content

RuntimeFutureOutput

Trait RuntimeFutureOutput 

Source
pub trait RuntimeFutureOutput: Send + 'static { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> RuntimeFutureOutput for T
where T: Send + 'static,

Available on crate feature native-runtime only.