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