Type Alias fractal::utils::media::video::ThumbnailResultSender

source ·
type ThumbnailResultSender = Sender<Result<Thumbnail, ()>>;
Expand description

A channel sender to send the result of a video thumbnail.

Aliased Type§

struct ThumbnailResultSender { /* private fields */ }