pub fn decode_install_method(raw: Option<&str>) -> Result<Option<InstallMethod>>Expand description
Parse the TOML-encoded install_method column back into a typed
InstallMethod. Returns None for NULL / empty strings.
pub fn decode_install_method(raw: Option<&str>) -> Result<Option<InstallMethod>>Parse the TOML-encoded install_method column back into a typed
InstallMethod. Returns None for NULL / empty strings.