Skip to main content

load_full

Method
This is a method of the SkillLoader class in the skills module.
Load full skill (Level 2 - instructions).

Signature

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

Parameters

name
&str
required
No description available.

Returns

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