Skip to main content

method

Function method 

Source
pub fn method(args: &ReadArgs) -> Result<(), RkError>
Expand description

Print a method chapter, or list the chapters.

ยงErrors

Returns RkError::NotFound for an unknown chapter and RkError::Usage when neither a name nor --list is given.