8 lines
105 B
Rust
8 lines
105 B
Rust
pub struct AssembleContext {}
|
|
|
|
impl AssembleContext {
|
|
pub fn new() -> Self {
|
|
Self {}
|
|
}
|
|
}
|