Expand description
Internal syslog logic.
Structs§
- Async
Syslog Internal - Internal structure of the syslog async client.
Traits§
- Async
Mutex - A trait which generalize the mutex from the std lib’s of multiple async executors. The trait should be implemented on the mutex direclty.
- Async
Mutex Guard - A trait which generalize the mutex guarding emited by the mutex from various async executors.
- Async
Syslog InternalIO - A trait which generalize some operations which are different from the
various async providers i.e
smol
ortokio
or external.