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