pub fn file_to_string(path: &Path) -> BlueprintString
Expand description
Load Blueprint from file
Loads blueprint from a file directly. Panics when path is invalid
Returns a BlueprintString
of the entire blueprint
pub fn file_to_string(path: &Path) -> BlueprintString
Load Blueprint from file
Loads blueprint from a file directly. Panics when path is invalid
Returns a BlueprintString
of the entire blueprint