pub type DefaultExt = Vec<u8>;Expand description
Default extension type.
Vec<u8> is used as the default extension type, representing opaque bytes.
This is serde-agnostic: callers choose the serialization format by specifying
an explicit type parameter (e.g., serde_json::Value for JSON, or a custom
protobuf-decoded type) when they need typed extensions.
Aliased Typeยง
pub struct DefaultExt { /* private fields */ }