Home
last modified time | relevance | path

Searched defs:duration (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-types/src/richer_error/std_messages/
H A Dretry_info.rs87 let duration = time::Duration::try_from(duration).unwrap_or(time::Duration::ZERO); in from() localVariable
102 let duration = match prost_types::Duration::try_from(duration) { in from() localVariable
/tonic/tonic/src/transport/service/
H A Dgrpc_timeout.rs129 let duration = match timeout_unit { in try_parse_grpc_timeout() localVariable