1 2 3 4 5 6
/// Constants matching Python's serde/types.py pub const ERROR: &str = "__error__"; pub const SCHEDULED: &str = "__scheduled__"; pub const INTERRUPT: &str = "__interrupt__"; pub const RESUME: &str = "__resume__"; pub const TASKS: &str = "__pregel_tasks";