1
2
3
4
5
//! Runtime types are used internally by methods and events

mod remote_object;

pub use remote_object::RemoteObject;