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

pub fn ready<T>(t: T) -> Ready<T>

Notable traits for Ready<T>

impl<T> Future for Ready<T> type Output = T;

Unstabilized ready function.