Type Alias RemoteChild

Source
pub type RemoteChild<'a> = Child<&'a Session>;
Expand description

Convenience Child alias when working with a session reference.

Aliased Typeยง

pub struct RemoteChild<'a> { /* private fields */ }