Trait rnet::ToNetArg[][src]

pub unsafe trait ToNetArg: Sized { }
Expand description

This trait is implemented for Rust types which can be used as arguments to .net delegates. This is a superset of types which implement ToNet, and allows passing types with lifetime arguments, like &str.

Implementations on Foreign Types

Implementors