#133 Implement TryGetable for Vec<u8>
This commit is contained in:
parent
6c810673c4
commit
76378d6c84
@ -234,6 +234,7 @@ try_getable_mysql!(u64);
|
||||
try_getable_all!(f32);
|
||||
try_getable_all!(f64);
|
||||
try_getable_all!(String);
|
||||
try_getable_all!(Vec<u8>);
|
||||
|
||||
#[cfg(feature = "with-json")]
|
||||
try_getable_all!(serde_json::Value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user