4 lines
36 B
Rust
4 lines
36 B
Rust
|
pub trait Trait {
|
||
|
type Assoc;
|
||
|
}
|