Type Definition stubr::error::StubrResult

source ·
pub type StubrResult<T> = Result<T, StubrError>;