peace_data 0.0.15

Data model for the peace automation framework.
Documentation
1
2
3
4
use crate::fn_graph::R;

/// Type alias for `R<'_, Option<T>>`.
pub type ROpt<'borrow, T> = R<'borrow, Option<T>>;