fn from()

in hfendpoints-http/src/environ.rs [129:131]


    fn from(value: Timeout) -> Self {
        TimeoutLayer::new(value.duration)
    }