Creates a trait builder.
string $name Name of the trait:
Builder\Trait_ The created trait builder
public function trait(string $name) : Builder\Trait_ { return new Builder\Trait_($name); }