Skip to main content

cases

Function cases 

Source
pub fn cases(target: &Utf8Path) -> Result<Vec<Case>, AppError>
Expand description

Every known-issue record under the target, in path order.

ยงErrors

AppError::Io when a record cannot be read.