azure_functions/
blob.rs

1//! Module for blob storage types.
2mod properties;
3
4pub use self::properties::*;