Skip to main content

RealtimeModelRef

Type Alias RealtimeModelRef 

Source
pub type RealtimeModelRef = ModelRef<dyn DynRealtimeModel>;
Expand description

Shared reference to a realtime model (or an unresolved model id).

Aliased Type§

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

Trait Implementations§

Source§

impl<T: RealtimeModel> From<Arc<T>> for RealtimeModelRef

Source§

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

Converts to this type from the input type.
Source§

impl<T: RealtimeModel> From<T> for RealtimeModelRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.