Skip to main content

Arguments

Trait Arguments 

Source
pub trait Arguments:
    Send
    + Sync
    + 'static { }
Expand description

Function arguments.

Implementors§

Source§

impl<T> Arguments for T
where T: Send + Sync + 'static,