Type Definition way_cooler_ipc::CommandResult [] [src]

type CommandResult = Result<CommandSuccess, CommandError>;

Result type returned from command thread requests