mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 14:53:03 +00:00
Fixup docs
This commit is contained in:
parent
8b7d856195
commit
0ab0b5590a
@ -8,7 +8,7 @@ use futures_util::{pin_mut, Stream};
|
|||||||
|
|
||||||
use crate::{Duration, Instant};
|
use crate::{Duration, Instant};
|
||||||
|
|
||||||
/// Error returned by [`with_timeout`] and [`timeout_at`] on timeout.
|
/// Error returned by [`with_timeout`] and [`with_deadline`] on timeout.
|
||||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
|
||||||
pub struct TimeoutError;
|
pub struct TimeoutError;
|
||||||
|
Loading…
Reference in New Issue
Block a user