[][src]Trait nebula_status::StatusInnerData

pub trait StatusInnerData: Clone + Debug + Send + Sync + 'static { }

A trait alias for marking associated data inside of a container with the traits necessary to be used.

Implementors

impl<T: Clone + Debug + Send + Sync + 'static> StatusInnerData for T[src]

Loading content...