Trait IntoSourceWithSize
pub trait IntoSourceWithSize<A: Arch> {
// Required method
fn into_source_with_size(self, size: Size) -> Source<A>;
}
Expand description
Types that implement this trait can be converted into sources, given a size.
Required Methods§
fn into_source_with_size(self, size: Size) -> Source<A>
fn into_source_with_size(self, size: Size) -> Source<A>
Converts self
into a Source
.