1 2 3 4
use crate::error::FoldDbResult; /// Type alias for node operation results pub type NodeResult<T> = FoldDbResult<T>;