1 2 3 4
use crate::optionable::impl_optional_self; use k8s_openapi027::ByteString; impl_optional_self!(ByteString);