Rename Blob to Binary

This commit is contained in:
Ivan Ukhov
2015-08-01 17:51:43 -04:00
parent d6a8437c51
commit e8768b2b7e
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ pub type Result<T> = std::result::Result<T, Error>;
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
pub enum Type {
/// The binary type.
Blob,
Binary,
/// The floating-point type (64-bit).
Float,
/// The integer type (64-bit, signed).