async fn create_namespace(
session: &mut Arc<Session>,
cfg: &EnvVars,
persistent: bool,
network: Network,
) -> Result<()>
Expand description
Create the namespace we will use for this session Ok to run this if the namespace already exists.