[][src]Type Definition bottom::utils::error::Result

type Result<T> = Result<T, BottomError>;

A type alias for handling errors related to Bottom.