Module ibuilder::builders[][src]

Expand description

Module with the implementors of BuildableValue for the various standard types.

Structs

Builder for the type bool

Builder for the type Box<T>.

Builder for the type char

Builder for the type f32

Builder for the type f64

Builder for the type i8

Builder for the type i16

Builder for the type i32

Builder for the type i64

Builder for the type isize

Builder for the type Option<T>.

Builder for the type PathBuf

Builder for the type String

Builder for the type u8

Builder for the type u16

Builder for the type u32

Builder for the type u64

Builder for the type usize

Builder for the type Vec<T>.