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(fen: impl Into<String>) -> Self

Trait Implementations§

Source§

impl<S: Into<String>> From<S> for GetRequest

Source§

fn from(fen: S) -> Self

Converts to this type from the input type.