suspendable
fun <ContextType, ValueType> suspendable(configuration: Configuration = Configuration(), block: suspend Validatable<ValueType>.(context: ContextType) -> Unit): Validator.SuspendableRunner.WithContext<ContextType, ValueType>
fun <ValueType> suspendable(configuration: Configuration = Configuration(), block: suspend Validatable<ValueType>.() -> Unit): Validator.SuspendableRunner<ValueType>