Skip to main content

Future

Trait Future 

Source
pub unsafe trait Future: Future { }
Expand description

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

§Safety

should be implemented by newer_type::implement

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§