Function lair_keystore_api::dependencies::futures::prelude::stream::pending[]

pub fn pending<T>() -> Pending<T>
Expand description

Creates a stream which never returns any elements.

The returned stream will always return Pending when polled.