Searched defs:ConditionerBuilder (Results 1 – 2 of 2) sorted by relevance
26 pub struct ConditionerBuilder { struct31 impl ConditionerBuilder { implementation32 pub fn new(mut hwrng: File) -> Result<ConditionerBuilder> { in new()
93 async fn listen_loop(cb: ConditionerBuilder, listener: UnixListener) -> Result<Infallible> { in listen_loop()