pub trait ResponseCommandParameter<O> {
    fn after_response_read(
        walker: &mut DataWalker,
        ctx: &mut CommandContext
    ) -> Result<O>; }

Required Methods

Implementors