Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dredirect.rs84 let trigger = self.strategy.trigger(info)?; in redirect() localVariable
125 fn trigger(&self, info: &RedirectInfo) -> Result<Trigger, HttpClientError> { in trigger() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs166 trigger: LinkedList<Clock>, field