Skip to main content

VideoModelRef

Type Alias VideoModelRef 

Source
pub type VideoModelRef = ModelRef<dyn DynVideoModel>;
Expand description

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

Aliased Type§

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

Trait Implementations§

Source§

impl<T: VideoModel> From<Arc<T>> for VideoModelRef

Source§

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

Converts to this type from the input type.
Source§

impl<T: VideoModel> From<T> for VideoModelRef

Source§

fn from(model: T) -> Self

Converts to this type from the input type.