View Source Vtc.Source.Seconds.RuntimeStr (vtc v0.7.2)
Implementation of Vtc.Source.Seconds
for runtime strings. See
Vtc.Timecode.runtime/2
for more information on this format.
By default, this wrapper does not need to be used by callers, as the string
implementation of the Vtc.Source.Seconds
protocol calls this type's impl
automatically. Only use this type if you do not wish for the parser to fall back to
other type parsing as well.
Link to this section Summary
Link to this section Types
@type t() :: %Vtc.Source.Seconds.RuntimeStr{in: String.t()}
Contains only a single field for wrapping the underlying string.