Skip to main content

IntoStartRequest

Trait IntoStartRequest 

Source
pub trait IntoStartRequest {
    // Required method
    fn into_start_request(self) -> Result<Request, CrawlError>;
}
Expand description

A single value convertible into one start Request.

Required Methods§

Source

fn into_start_request(self) -> Result<Request, CrawlError>

Converts this value into a request.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoStartRequest for &str

Source§

impl IntoStartRequest for String

Source§

impl IntoStartRequest for Url

Implementors§