hunt.database.base.Common

Undocumented in source.

Members

Aliases

EventHandler
alias EventHandler(T) = void delegate(T t)
Undocumented in source.
ExceptionHandler
alias ExceptionHandler = EventHandler!(Throwable)
Undocumented in source.
VoidHandler
alias VoidHandler = Action
Undocumented in source.

Meta