Make OnFlushCancel public

Otherwise it can't be directly stored into a struct, because the type
can't be named.
This commit is contained in:
Michal 'vorner' Vaner 2019-07-11 17:19:59 +02:00
parent 3147ca034f
commit 2ebf6719b9
No known key found for this signature in database
GPG Key ID: F700D0C019E4C66F
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ macro_rules! read_lock {
mod core;
pub use crate::core::attributes::{
Buffered, Buffering, Observe, ObserveWhen, OnFlush, Prefixed, Sampled, Sampling,
Buffered, Buffering, Observe, ObserveWhen, OnFlush, OnFlushCancel, Prefixed, Sampled, Sampling,
};
pub use crate::core::clock::TimeHandle;
pub use crate::core::error::Result;