Skip to main content

get_boot_label_buffered

Function get_boot_label_buffered 

Source
pub fn get_boot_label_buffered<R: Read + Seek>(
    image: &mut R,
) -> Result<String, UkiError>
Expand description

Buffered version of get_boot_label.

See get_boot_label for details. This version works with any Read + Seek source.