Home
last modified time | relevance | path

Searched refs:AnotherTestExtension (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs229 struct AnotherTestExtension; struct
248 impl MlsCodecExtension for AnotherTestExtension { implementation
266 …assert_matches!(AnotherTestExtension::from_extension(&ext), Err(ExtensionError::IncorrectType(foun… in incorrect_type_is_discovered()