mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 13:57:39 +03:00
make Pause::new public
This commit is contained in:
parent
5bd5f67d79
commit
2d4ee0ee01
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ pub struct Pause {
|
|||
|
||||
impl Pause {
|
||||
/// Create message with pause duration parameter
|
||||
fn new(time: Duration) -> Pause {
|
||||
pub fn new(time: Duration) -> Pause {
|
||||
Pause{time: Some(time)}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue