Converting `Schema<A, I, R>` to `Schema<A, I, never>`
is there a way to go from
Basically, I have a
Schema<A, I, R> to Schema<A, I, never>?Basically, I have a
ManagedRuntime and I want to be able to create a StandardSchemaV1 which doesn't allow for an R