pub trait AsImage {
// Required method
fn as_image(&self) -> Cow<'_, [u8]>;
}Available on crate feature
input only.Expand description
画像データを Cow<[u8]> に変換するトレイト。
pub trait AsImage {
// Required method
fn as_image(&self) -> Cow<'_, [u8]>;
}input only.画像データを Cow<[u8]> に変換するトレイト。