pub fn create_with_store( store: &dyn CardStore, input: Value, ) -> Result<(String, PathBuf), String>
Create a new Card backed by store.
store