pub trait FromRaw<'a> {
// Required method
fn from_raw(info: &'a AccountView) -> Self;
}Required Methods§
fn from_raw(info: &'a AccountView) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".