diff --git a/src/worktable.rs b/src/worktable.rs index 7e4d37a..3ed08b6 100644 --- a/src/worktable.rs +++ b/src/worktable.rs @@ -722,7 +722,7 @@ macro_rules! field { $index: expr, $f: ident: $ty: ty, $name: expr $(, primary = $indexed: expr)? ) => { pub struct $f; - impl WorkTableField for $f { + impl $crate::worktable::WorkTableField for $f { type Type = $ty; const INDEX: usize = $index; const NAME: &'static str = $name;