Searched refs:printfInto (Results 1 – 1 of 1) sorted by relevance
576 printfInto(value string) error methodSpec662 func (c Configurable[T]) printfInto(value string) error { func663 return c.inner.printfInto(value)666 func (c *configurableInner[T]) printfInto(value string) error { func668 if err := c.single.printfInto(value); err != nil {676 func (c *singleConfigurable[T]) printfInto(value string) error { func828 return c.(configurableReflection).printfInto(value)