pub trait RequestCommandParameter<O> {
    fn after_request_read(ctx: &mut ServerContext<'_>) -> Result<O>;
}

Required Methods

Implementors