Skip to main content

observe

Function observe 

Source
pub fn observe(path: &Utf8Path) -> Result<Source, RkError>
Expand description

Read the source, offline.

ยงErrors

Returns RkError::Missing for a path that is not a directory and RkError::Io where a present file does not read.