pub fn transform<T>(tasks: &[Task], oid: &OID, value: T) -> EResult<f64>where
    T: Transform,