Skip to main content

load

Method
This is a method of the SkillManager class in the skills module.
Load a skill by name.

Signature

def load(&mut self, name: &str) -> Result<&SkillProperties, ParseError>

Parameters

name
&str
required
No description available.

Returns

Returns
Result<&SkillProperties, ParseError>
The result of the operation.