cgp_async::traits::static

Trait MaybeStatic

Source
pub trait MaybeStatic: 'static { }

Implementors§

Source§

impl<T: 'static> MaybeStatic for T