1 2 3 4 5 6
use serde_cursor::Cursor; // '@' is not a valid path segment start type X = Cursor!(@.field: i32); fn main() {}