5 lines
45 B
Rust
5 lines
45 B
Rust
|
|
pub trait Emittable {
|
|
fn emit(&self);
|
|
}
|
|
|
pub trait Emittable {
|
|
fn emit(&self);
|
|
}
|