Skip to main content

clip

Macro clip 

Source
macro_rules! clip {
    ($a:expr, $bound:expr) => { ... };
    ($a:expr, $bound:expr, stream = $stream:expr) => { ... };
}
👎Deprecated since 0.26.0:

use with_stream or with_device around clip

Expand description

Macro generated for the function crate::ops::clip. See the function documentation for more details.