[][src]Function goods::ready

pub const fn ready<T>(value: T) -> Ready<T>

Notable traits for Ready<T>

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

Creates immediately ready future.