Struct aws_smithy_client::timeout::TimeoutLayer
source · #[non_exhaustive]pub struct TimeoutLayer(_);
Expand description
A layer that wraps services in a timeout service
Implementations§
source§impl TimeoutLayer
impl TimeoutLayer
sourcepub fn new(params: Option<TimeoutServiceParams>) -> Self
pub fn new(params: Option<TimeoutServiceParams>) -> Self
Create a new TimeoutLayer