Trait IntoFuture

Source
pub unsafe trait IntoFuture: IntoFuture { }
Expand description

This trait is empty declaration of ::core::future::IntoFuture to be used with newer_type::implement.

§Safety

should be implemented by newer_type::implement

Implementors§