use error::TodoError; use std::result::Result as RResult; pub type Result = RResult;