Trait dotrix_core::Service[][src]

pub trait Service: Send + Sync + 'static { }

Implementors

impl<T: Send + Sync + 'static> Service for T[src]

Loading content...