Type Definition telexide::prelude::CommandResult[][src]

type CommandResult = Result<(), CommandError>;

A type alias for an std Result with the CommandError as the Err and () as the Ok