fkl_parser/mir/tactic/block/
method.rs

1pub struct Method {
2    pub name: String,
3    // pub arguments: Vec<Argument>,
4    // pub return_type: Type,
5}