pub trait IntoOrigin {
// Required method
fn into_origin(self) -> Origin;
}
Expand description
Cast values into the origin header.
Required Methods§
Sourcefn into_origin(self) -> Origin
fn into_origin(self) -> Origin
Cast actual value into an origin header.