pub trait ListPromptsResult: RpcResult { // Required methods fn prompts(&self) -> &Vec<Prompt>; fn next_cursor(&self) -> Option<&Cursor>; }