[][src]Type Definition kas::event::VoidResponse

type VoidResponse = Response<VoidMsg>;

Alias for Response<VoidMsg>

Implementations

impl VoidResponse[src]

pub fn void_into<M>(self) -> Response<M>[src]

Convert a Response<VoidMsg> to another Response