pub struct SourceUsageAnalyzer;Implementations§
Source§impl SourceUsageAnalyzer
impl SourceUsageAnalyzer
pub fn analyze( document: &GctfDocument, sources: &[SourceDefinition], ) -> SourceUsagePlan
Auto Trait Implementations§
impl Freeze for SourceUsageAnalyzer
impl RefUnwindSafe for SourceUsageAnalyzer
impl Send for SourceUsageAnalyzer
impl Sync for SourceUsageAnalyzer
impl Unpin for SourceUsageAnalyzer
impl UnsafeUnpin for SourceUsageAnalyzer
impl UnwindSafe for SourceUsageAnalyzer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more