protocol From<Source>Methods
func from(value: Source) -> Self
Produces a target value from Source according to the conformer's contract.
View Source
func from(value: Source) -> Selfprotocol From<Source>func from(value: Source) -> SelfProduces a target value from Source according to the conformer's contract.
func from(value: Source) -> Self