Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs3314 trait TryToRustTyOrOpaque: TryToRustTy + TryToOpaque { interface
3320 extra: &<Self as TryToRustTyOrOpaque>::Extra, in try_to_rust_ty_or_opaque()
3324 impl<E, T> TryToRustTyOrOpaque for T