Type Definition yacll::Result

source ·
pub type Result<T> = Result<T, Yarr>;
Expand description

Result with the given type and an instance of Yarr.