GetRequest

Type Alias GetRequest 

Source
pub type GetRequest = Request<GetQuery>;

Aliased Type§

pub struct GetRequest { /* private fields */ }

Implementations§

Source§

impl GetRequest

Source

pub fn new(channel: ChannelName, query: Option<GetQuery>) -> Self

Trait Implementations§

Source§

impl From<ChannelName> for GetRequest

Source§

fn from(channel: ChannelName) -> Self

Converts to this type from the input type.