blob: 9fef1ef5ab58f61cbed4fa3f5d2c03cacdd83307 [file] [log] [blame]
pub struct Handler;
impl Handler {
pub unsafe fn new() -> Handler {
Handler
}
}