Trait IntoOrigin

Source
pub trait IntoOrigin {
    // Required method
    fn into_origin(self) -> Origin;
}
Expand description

Cast values into the origin header.

Required Methods§

Source

fn into_origin(self) -> Origin

Cast actual value into an origin header.

Implementations on Foreign Types§

Source§

impl IntoOrigin for &str

Implementors§