lib: export util::error

This commit is contained in:
Zhiming Wang 2020-08-09 13:58:24 +08:00
parent c9d223e8fe
commit 1849a07aa6
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -21,7 +21,7 @@ pub use util::dictionary;
pub use util::dictionary::Mut as DictionaryMut;
pub use util::dictionary::Owned as Dictionary;
pub use util::dictionary::Ref as DictionaryRef;
pub use util::error::Error;
pub use util::error::{self, Error};
pub use util::frame::{self, Frame};
pub use util::mathematics::{self, rescale, Rescale, Rounding};
pub use util::media;