Function paperclip_core::util::ready[][src]

pub fn ready<T>(t: T) -> Ready<T>
Notable traits for Ready<T>
impl<T> Future for Ready<T> type Output = T;
Expand description

Unstabilized ready function.