Skip to main content

observe

Function observe 

Source
pub fn observe(target: &Utf8Path) -> Result<Observation, AppError>
Expand description

Read one target.

ยงErrors

AppError::Usage when the target is not a directory, and AppError::Io when the walk cannot complete. Both are failures whose scope cannot be bounded: a plan built on half a reading would describe a repository nobody looked at.