pub struct AssembleContext {} impl AssembleContext { pub fn new() -> Self { Self {} } }