Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

KeyParser

Fully qualified path: dojo::model::model::KeyParser

pub trait KeyParser<M, K>

Trait functions

parse_key

Parses the key from the given model.

Fully qualified path: dojo::model::model::KeyParser::parse_key

fn parse_key(self: @M) -> K