Trait c2pa::CAIRead

source ·
pub trait CAIRead: Read + Seek + Send { }
Available on crate feature v1_api only.

Trait Implementations§

source§

impl From<String> for Box<dyn CAIRead>

source§

fn from(val: String) -> Self

Converts to this type from the input type.

Implementors§

source§

impl<T> CAIRead for T
where T: Read + Seek + Send,