Trait static_ref::StaticRef [] [src]

pub unsafe trait StaticRef<T>: Deref<Target = T> { }

A reference that points into static data

Implementors