TweakWithBackend public protocol TweakWithBackend : Tweak A tweak with a custom Backend. The specified backend will override the one provided via the Orion CLI. Show on GitHub BackendType The concrete type of the custom Backend. Declaration Swift associatedtype BackendType : Backend Show on GitHub backend The custom Backend. Declaration Swift static var backend: BackendType { get } Show on GitHub