Trait vidi::pipelines::Lock

source ·
pub trait Lock { }
Expand description

This trait is only responsible for releasing the lock when dropped

Implementors§

source§

impl<'a, T: FileLike> Lock for Lock<'a, T>