Skip to main content

BufLifter

type BufLifter

type BufLifter[GoType any] interface {
Lift(value RustBufferI) GoType
}