TimeoutProvider
async_
nats
0.44.2
Timeout
Provider
Required Methods
timeout
Implementors
In async_
nats::
client::
traits
async_nats
::
client
::
traits
Trait
Timeout
Provider
Copy item path
Source
pub trait TimeoutProvider { // Required method fn
timeout
(&self) ->
Option
<
Duration
>; }
Required Methods
§
Source
fn
timeout
(&self) ->
Option
<
Duration
>
Implementors
§
Source
§
impl
TimeoutProvider
for
Client