Function fractal::utils::media::video::send_video_thumbnail_result

source ยท
fn send_video_thumbnail_result(
    sender: &Mutex<Option<Sender<Result<Thumbnail, ()>>>>,
    result: Result<Thumbnail, ()>,
)
Expand description

Try to send the given video thumbnail result through the given sender.