pub fn use_atom_ref<T>(
    cx: &ScopeState,
    atom: fn(AtomRefBuilder) -> T
) -> &UseAtomRef<T>where
    T: 'static,
Expand description