Trait avr_oxide::AsStaticRef
source · pub trait AsStaticRef<T>where
T: ?Sized,{
// Required method
unsafe fn as_static_ref(&self) -> &'static T;
}
pub trait AsStaticRef<T>where
T: ?Sized,{
// Required method
unsafe fn as_static_ref(&self) -> &'static T;
}