//! The backend a build with no session store gets.
//!
//! Its whole job is to be honest. A session store holds an admin private key;
//! if the build was never told where to put one, the answer is not "a file in
//! the working directory" — it is that there is nowhere to put it, said out
//! loud, on the operation that would have persisted it.
use crateSessionBackend;
pub