Trait ofx::CanSetTime

source ·
pub trait CanSetTime: Writable {
    fn set_time(&mut self, value: <Time as Set>::ValueType) -> Result<()> { ... }
}

Provided Methods

Implementors