# Copyright (c) 2023 Yuki Kimoto
# MIT License

class Scope::Guard::Handler : interface_t {
  required method : void ();
}