pub fn resolve_source(
kind: SourceKind,
override_socket: Option<PathBuf>,
) -> Result<SourceConfig>Expand description
Resolves a supported migration source into a concrete socket path.
ยงErrors
Returns an error when the selected source socket does not exist.