buffer

Function buffer 

Source
pub fn buffer<HostType, T: WriteBinaryDep<HostType>>(
    writeable: HostType,
    args: T::Args,
) -> Result<(T::Output, WriteBuffer), WriteError>
Expand description

Write T into a WriteBuffer and return it