pub trait IServerObject: ISessionObject {
    fn new() -> Self
    where
        Self: Sized
; }

Required Methods

Implementors