[][src]Type Definition gcode::buffers::DefaultBuffers

type DefaultBuffers = VecBuffers;

The default buffer type for this platform.

This is a type alias for VecBuffers because the crate is compiled with the "std" feature.