pub type StateStoreUrlRef<'a> = StateStoreUrl<&'a str>;
pub struct StateStoreUrlRef<'a>(&'a str);
0: &'a str