[][src]Macro iocutil::check_hashtype

macro_rules! check_hashtype {
    ($hash:expr => md5) => { ... };
    ($hash:expr => sha1) => { ... };
    ($hash:expr => sha256) => { ... };
}