1 2 3 4 5 6
use daggy::NodeIndex; use crate::FnIdInner; /// Type alias for function ID. pub type FnId = NodeIndex<FnIdInner>;