@diegommm looks like something to broken with the way nature iterates embedded structs and fields as methods. ```go type Env struct { EmbeddedEnv Func func() int } type EmbeddedEnv struct{} ``` In this case Func will be not accessible.