pub fn assert_session_cwd_exists(
source: &dyn SessionCwdSource,
fallback_cwd: &str,
) -> Result<(), MissingSessionCwdError>Expand description
Assert that the session CWD exists, returning an error if it doesn’t.
pub fn assert_session_cwd_exists(
source: &dyn SessionCwdSource,
fallback_cwd: &str,
) -> Result<(), MissingSessionCwdError>Assert that the session CWD exists, returning an error if it doesn’t.