http_type/option_usize/
type.rs

1pub type OptionUsize = Option<usize>;