pub trait EncodableOption {
type EncodedOption: ZeroPadding;
}
Expand description
A type which can be encoded as FIDL when optional.
Required Associated Types§
Sourcetype EncodedOption: ZeroPadding
type EncodedOption: ZeroPadding
The wire type for the optional value.