robokit 0.3.0

Build custom firmware for simple robotic automation
Documentation
1
2
3
4
5
use core::fmt::Debug;

pub trait Error: Debug {}

impl<E: Debug> Error for E {}