Struct Builder
pub struct Builder { /* private fields */ }
Expand description
A builder for Uri
s.
This type can be used to construct an instance of Uri
through a builder pattern.
pub struct Builder { /* private fields */ }
A builder for Uri
s.
This type can be used to construct an instance of Uri
through a builder pattern.