index
:
lyricli
main
rust
A CLI lyrics tool written in Swift #cli
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sources
/
source_protocol.swift
blob: ee9350c1d4cb63ccece7e466361ffa249614a389 (
plain
)
1
2
3
protocol Source { var currentTrack: Track? { get } }