1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
//! Actix utils - various helper services
mod cell;
pub mod cloneable;
pub mod counter;
pub mod either;
pub mod framed;
pub mod inflight;
pub mod keepalive;
pub mod order;
pub mod stream;
pub mod time;
pub mod timeout;

#[derive(Copy, Clone, Debug)]
pub enum Never {}