1 2 3 4 5 6
package entity type StreamedEntity[EntityT Interface] struct { Entity EntityT Err error }