[][src]Trait nebula_status::StatusData

pub trait StatusData: Into<Bytes> + Clone + Debug + Send + Sync { }

A trait alias for marking associated date with the traits necessary to be used.

Implementors

impl<T: Into<Bytes> + Clone + Debug + Send + Sync> StatusData for T[src]

Loading content...