Improve documentation

This commit is contained in:
Glenn Griffin
2019-11-13 15:43:16 -08:00
parent e5aa32b3cf
commit ca453c056c
6 changed files with 156 additions and 49 deletions

View File

@@ -1,3 +1,5 @@
//! Module containing types related to delegates.
use crate::error::{Error, PollError, RefreshError};
use std::error::Error as StdError;