ViewUsage

Trait ViewUsage 

Source
pub trait ViewUsage:
    Send
    + Sync
    + ViewUsageInner { }
Expand description

A type-erased instance of View that is used to specify data usage in a CommandDescriptor.

Implementors§

Source§

impl<'a, M: UsageMutability, F: Format> ViewUsage for ViewDescriptor<'a, M, F>