[go: up one dir, main page]

Function exr::meta::attribute::read[][src]

pub fn read(
    read: &mut PeekRead<impl Read>,
    max_size: usize
) -> Result<(Text, Result<AttributeValue>)>
Expand description

Read the attribute without validating. The result may be Ok even if this single attribute is invalid.