Skip to main content

EmptyResult

Type Alias EmptyResult 

Source
pub type EmptyResult = EmptyObject;
Expand description

§Empty result

A response that indicates success but carries no data.

Aliased Type§

pub struct EmptyResult {}

Trait Implementations§

Source§

impl From<()> for EmptyResult

Source§

fn from(_value: ()) -> Self

Converts to this type from the input type.