Type Definition todo_txt::Result

source ·
pub type Result<T = ()> = Result<T, Error>;