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
pub unsafe trait Future: Future { }This trait is empty declaration of ::core::future::Future to be used
with newer_type::implement.
should be implemented by newer_type::implement