[][src]Function glk::helpers::stream::put_buffer_fallback

pub fn put_buffer_fallback<T: Stream>(stream: &mut T, buf: &[u8]) -> strid_t

Fallback implementatino for streams that implement put_buffer_uni but not put_buffer.

  • @note Is not a default implementation on the trait to prevent accidental circular recursion.