pub struct Builder<T>(/* private fields */);Expand description
A builder for InvalidArgument
Implementations§
Source§impl Builder<Complete>
impl Builder<Complete>
Sourcepub fn build(self) -> InvalidArgument
pub fn build(self) -> InvalidArgument
Consumes the builder, returning a InvalidArgument.
Trait Implementations§
Source§impl From<InvalidArgument> for Builder<Complete>
impl From<InvalidArgument> for Builder<Complete>
Source§fn from(v: InvalidArgument) -> Self
fn from(v: InvalidArgument) -> Self
Converts to this type from the input type.