☰
TypeErasedExample
Required Methods
type_erased_example
Implementations on Foreign Types
()
()
Implementors
In solana_frozen_abi::abi_example
?
Trait
solana_frozen_abi
::
abi_example
::
TypeErasedExample
source
·
[
−
]
trait TypeErasedExample<T> { // Required method fn
type_erased_example
() -> T; }
Required Methods
§
source
fn
type_erased_example
() -> T
Implementations on Foreign Types
§
source
§
impl<T:
Default
+
Serialize
>
TypeErasedExample
<T> for
()
source
§
default fn
type_erased_example
() -> T
source
§
impl<T:
Sized
>
TypeErasedExample
<T> for
()
source
§
default fn
type_erased_example
() -> T
Implementors
§