Home
last modified time | relevance | path

Searched refs:unit_error (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/futures-util/src/compat/
Dexecutor.rs67 let future = future.unit_error().compat(); in spawn_obj()
/external/rust/crates/futures-util/src/future/future/
Dmod.rs541 fn unit_error(self) -> UnitError<Self> in unit_error() method