mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-24 07:37:56 +01:00
6 lines
97 B
Rust
6 lines
97 B
Rust
|
use tracing_core::Metadata;
|
||
|
|
||
|
pub(crate) enum Event {
|
||
|
Metadata(&'static Metadata<'static>),
|
||
|
}
|