Type Alias SettingsRef

Source
pub type SettingsRef<'a> = CacheRef<'a, Infallible, Settings, Infallible>;

Aliased Typeยง

struct SettingsRef<'a> { /* private fields */ }