1 2 3 4
use crate::fn_graph::R; /// Type alias for `R<'_, Option<T>>`. pub type ROpt<'borrow, T> = R<'borrow, Option<T>>;