pub type EmptyResult = EmptyObject;
Expand description
§Empty result
A response that indicates success but carries no data.
Aliased Type§
pub struct EmptyResult {}
pub type EmptyResult = EmptyObject;
A response that indicates success but carries no data.
pub struct EmptyResult {}