Trait cog_rust::CogResponse
source · pub trait CogResponse: Send {
// Required method
fn into_response(self) -> Value;
}Expand description
A response from a cog
pub trait CogResponse: Send {
// Required method
fn into_response(self) -> Value;
}A response from a cog