Skip to main content

RealtimeFactoryRef

Type Alias RealtimeFactoryRef 

Source
pub type RealtimeFactoryRef = ServiceRef<dyn DynRealtimeFactory>;
Expand description

Shared reference to a realtime factory.

Aliased Type§

pub struct RealtimeFactoryRef(/* private fields */);

Trait Implementations§

Source§

impl<T: RealtimeFactory> From<Arc<T>> for RealtimeFactoryRef

Source§

fn from(model: Arc<T>) -> Self

Converts to this type from the input type.
Source§

impl<T: RealtimeFactory> From<T> for RealtimeFactoryRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.