Function ryan::from_reader

source ·
pub fn from_reader<R: Read, T>(reader: R) -> Result<T, Error>where
    T: for<'a> Deserialize<'a>,
Expand description

Loads a Ryan file from a supplied reader and executes it, finally building an instance of type T from the execution outcome. The current_module will be set to None while executing in this mode.