#[patch_impl]
Mark a struct as a patch implementation
This generates the necessary exports and metadata for the patch.
#[patch_impl] pub struct HandlerV2; impl Handler for HandlerV2 { fn handle(&self, req: Request) -> Response { // new implementation } }