shellfn-attribute 0.2.0

Attribute macro for `shellfn` crate
Documentation
1
2
3
4
5
6
7
8
#[derive(Default)]
pub enum OutputType {
    #[default]
    T,
    Iter,
    Vec,
    Void,
}