Trait fidl_fuchsia_net_ext::FromExt
source · pub trait FromExt<T> {
// Required method
fn from_ext(f: T) -> Self;
}
Expand description
A manual implementation of From
.
Required Methods§
Object Safety§
This trait is not object safe.