Struct actix_utils::time::LowResTimeService [−][src]
pub struct LowResTimeService(_);
Implementations
Trait Implementations
type Error = Infallible
type Error = Infallible
Errors produced by the service.
Returns Ready
when the service is able to process requests. Read more
Process the request and return the response asynchronously. Read more
Map this service’s output to a different type, returning a new service of the resulting type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for LowResTimeService
impl !Send for LowResTimeService
impl !Sync for LowResTimeService
impl Unpin for LowResTimeService
impl !UnwindSafe for LowResTimeService
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert to a Service