http_type/option_vec_u8/
type.rs

1/// A type alias for `Option<Vec<u8>>`.
2pub type OptionVecU8 = Option<Vec<u8>>;